Fix bundler version
This commit is contained in:
@@ -11,7 +11,7 @@ RUN apk list -I && \
|
|||||||
ruby ruby-dev yaml yaml-dev \
|
ruby ruby-dev yaml yaml-dev \
|
||||||
libffi-dev build-base git nodejs
|
libffi-dev build-base git nodejs
|
||||||
RUN gem env
|
RUN gem env
|
||||||
RUN gem install etc bundler --no-document
|
RUN gem install etc bundler -v 2.3.26 --no-document
|
||||||
RUN pwd
|
RUN pwd
|
||||||
RUN ls -l
|
RUN ls -l
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|||||||
Reference in New Issue
Block a user