Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Jul 15, 2016
1 parent f0e761e commit 4aa6ecc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ RUN apt-get install -y git git-core
RUN mkdir /var/run/sshd && chmod 0755 /var/run/sshd

# Ruby
RUN apt-get update && apt-get install -y libmagic-dev=1:5.14-2ubuntu3.3 \
zlib1g-dev=1:1.2.8.dfsg-1ubuntu1
RUN apt-get update && apt-get install -y
RUN apt-add-repository ppa:brightbox/ruby-ng
RUN apt-get update && apt-get install -y ruby2.2 \
ruby2.2-dev
RUN apt-get update && apt-get install -y ruby2.2 ruby2.2-dev \
libmagic-dev=1:5.14-2ubuntu3.3 zlib1g-dev=1:1.2.8.dfsg-1ubuntu1
RUN gem update && gem install nokogiri:1.6.7.2 && gem install bundler:1.11.2

# PHP
Expand Down

0 comments on commit 4aa6ecc

Please sign in to comment.