Add Bundler and Foreman to production Dockerfile
Resolves:
bundle: command not found
This commit is contained in:
parent
23ee15f10d
commit
cd8cb2cf9a
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
FROM opensuse/infrastructure/osem/containers/osem/base
|
FROM 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