Merge pull request #2774 from AndrewKvalheim/docker-gems
Add missing dependencies to production Docker image
This commit is contained in:
commit
dec7348cd0
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
FROM registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base
|
FROM registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base
|
||||||
|
|
||||||
|
# Install bundler & foreman
|
||||||
|
RUN gem install bundler:1.17.3 foreman
|
||||||
|
|
||||||
# Add our files
|
# Add our files
|
||||||
COPY --chown=1000:1000 . /osem/
|
COPY --chown=1000:1000 . /osem/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue