bundle update

This commit is contained in:
Ryan W
2022-03-17 10:47:37 -07:00
parent 0b6b7e84df
commit 74c2f8ab82
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ ENV LANG=C.UTF-8 \
BUNDLE_JOBS=4 \
BUNDLE_RETRY=3
RUN gem update --system
RUN gem install bundler
RUN gem update --system && gem install bundler
WORKDIR /usr/src/app