Skip to content

Commit

Permalink
#83 typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 17, 2016
1 parent 25798b6 commit 5f445b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ RUN apt-get install -y ssh && \
# Ruby
RUN apt-get install -y libmagic-dev zlib1g-dev
RUN apt-add-repository ppa:brightbox/ruby-ng
RUN apt-get update & apt-get install -y \
ruby2.2 ruby2.2-dev
RUN gem update && gem install nokogiri && gem install bundler
RUN apt-get update
RUN apt-get install -y ruby2.2 ruby2.2-dev
RUN gem update
RUN gem install nokogiri
RUN gem install bundler

# Java
RUN apt-get install -y default-jdk
Expand Down

0 comments on commit 5f445b0

Please sign in to comment.