This commit is contained in:
Ryan W
2022-04-24 23:02:14 -07:00
parent f1b03072ca
commit 7d174a0a78
+1 -2
View File
@@ -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