diff --git a/Dockerfile.production b/Dockerfile.production index ded47832..b7adfed0 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -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/