use previously used docker image

This commit is contained in:
Ola K 2019-07-15 17:34:09 +02:00 committed by Anil Kumar Maurya
parent d65df64db6
commit ffa93fdc72
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
ARG RVM_RUBY_VERSIONS="2.4.0 2.5.0"
ARG RVM_RUBY_DEFAULT="2.4.0"
FROM msati/docker-rvm
# After Ruby versions are installed we continue as non-root rvm user
USER ${RVM_USER}
FROM ruby:2.3.4-slim
LABEL maintainer="AASM"