mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
use previously used docker image
This commit is contained in:
parent
d65df64db6
commit
ffa93fdc72
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue