Skip to content

Commit

Permalink
Stop installing bundler 2
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Mar 1, 2021
1 parent 4f95a85 commit d11f016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ RUN apt-get update \

# Install Ruby 2.6.6, update RubyGems, and install Bundler
ENV BUNDLE_SILENCE_ROOT_WARNING=1
RUN apt-get update && apt-get install -y software-properties-common \
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-add-repository ppa:brightbox/ruby-ng \
&& apt-get update \
&& apt-get install -y ruby2.6 ruby2.6-dev \
&& gem update --system 3.0.3 \
&& gem install bundler -v 1.17.3 --no-document \
&& gem install bundler -v 2.2.11 --no-document
&& gem install bundler -v 1.17.3 --no-document


### PYTHON
Expand Down

0 comments on commit d11f016

Please sign in to comment.