We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77188ba commit 8153d19Copy full SHA for 8153d19
Dockerfile
@@ -36,11 +36,10 @@ RUN wget https://github.com/webnicer/chrome-downloads/raw/master/x64.deb/google-
36
mv chromedriver /usr/local/bin/chromedriver && \
37
chmod +x /usr/local/bin/chromedriver
38
39
-ENV BUNDLER_VERSION=2.1.4
40
WORKDIR /tmp
41
ADD Gemfile /tmp/Gemfile
42
ADD Gemfile.lock /tmp/Gemfile.lock
43
-RUN gem install --default bundler && \
+RUN bundle update --bundler && \
44
gem update --system && \
45
bundle install --jobs=4
46
0 commit comments