Add OSEM_RUBY_VERSION as build argument on Docker setup
This commit is contained in:
parent
6e6a6dcd39
commit
6a9b8c9f2b
3 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
FROM osem/base
|
||||
ARG CONTAINER_USERID
|
||||
ARG OSEM_RUBY_VERSION
|
||||
|
||||
# Configure our user
|
||||
RUN usermod -u $CONTAINER_USERID osem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue