Merge pull request #2774 from AndrewKvalheim/docker-gems

Add missing dependencies to production Docker image
This commit is contained in:
Henne Vogelsang 2021-07-05 19:34:26 +02:00 committed by GitHub
commit dec7348cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
FROM registry.opensuse.org/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/