mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
|
||||
# Install bundler & foreman
|
||||
RUN gem install bundler:1.17.3 foreman
|
||||
|
||||
# Add our files
|
||||
COPY --chown=1000:1000 . /osem/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue