diff --git a/production.Dockerfile b/production.Dockerfile index c8bb292..c0e5f90 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -1,6 +1,5 @@ FROM ruby:3.1.2-slim - RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ gnupg2 \ @@ -12,7 +11,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ ENV LANG=C.UTF-8 \ BUNDLE_JOBS=4 \ BUNDLE_RETRY=3 \ - RAILS_ENV=production + RAILS_ENV=production RUN gem update --system && gem install bundler