spaces
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM ruby:3.1.2-slim
|
FROM ruby:3.1.2-slim
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
|
RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
@@ -12,7 +11,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
|
|||||||
ENV LANG=C.UTF-8 \
|
ENV LANG=C.UTF-8 \
|
||||||
BUNDLE_JOBS=4 \
|
BUNDLE_JOBS=4 \
|
||||||
BUNDLE_RETRY=3 \
|
BUNDLE_RETRY=3 \
|
||||||
RAILS_ENV=production
|
RAILS_ENV=production
|
||||||
|
|
||||||
RUN gem update --system && gem install bundler
|
RUN gem update --system && gem install bundler
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user