Add Bundler and Foreman to production Dockerfile

Resolves:

    bundle: command not found
This commit is contained in:
Andrew Kvalheim 2021-06-16 11:15:34 -07:00 committed by Henne Vogelsang
parent 23ee15f10d
commit cd8cb2cf9a
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -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/