From cd8cb2cf9ae02e15752e1e21d45160a696a9fc30 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Wed, 16 Jun 2021 11:15:34 -0700 Subject: [PATCH] Add Bundler and Foreman to production Dockerfile Resolves: bundle: command not found --- Dockerfile.production | 3 +++ 1 file changed, 3 insertions(+) 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/