Skip to content

Commit

Permalink
Add < 2 bundler to ruby 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
podruh authored Jan 18, 2019
1 parent e03f486 commit bb535bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ ENV LC_ALL en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8

RUN gem install bundler --no-ri --no-rdoc
RUN gem install bundler --no-doc
RUN gem install bundler -v '< 2' --no-doc
RUN npm install -g yarn

0 comments on commit bb535bb

Please sign in to comment.