Skip to content

Commit

Permalink
yegor256#1010 cleanup missing apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Jul 14, 2016
1 parent 7a1be32 commit f0e761e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN mkdir /var/run/sshd && chmod 0755 /var/run/sshd
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-add-repository ppa:brightbox/ruby-ng
RUN apt-get update && apt-get install -y ruby2.2=2.2.4-1bbox1~trusty1 \
ruby2.2-dev=2.2.4-1bbox1~trusty1
RUN apt-get update && apt-get install -y ruby2.2 \
ruby2.2-dev
RUN gem update && gem install nokogiri:1.6.7.2 && gem install bundler:1.11.2

# PHP
Expand All @@ -78,7 +78,7 @@ RUN mkdir jsl && \
RUN apt-get update && apt-get install -y default-jdk

# LaTeX
RUN apt-get install -y texlive-latex-extra xzdec
RUN apt-get update && apt-get install -y texlive-latex-extra xzdec
RUN tlmgr init-usertree
RUN tlmgr install helvetic
RUN tlmgr install psnfss
Expand Down

0 comments on commit f0e761e

Please sign in to comment.