Skip to content

Commit

Permalink
Dockerfile: Break apt-get update over a couple of lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 11, 2015
1 parent 27a9e74 commit 38b3dc2
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 @@ -2,7 +2,8 @@ FROM ubuntu:12.04
MAINTAINER John Kirkham <jakirkham@gmail.com>


RUN apt-get update -y && apt-get clean
RUN apt-get update -y && \
apt-get clean

ADD gridengine /usr/share/gridengine
RUN /usr/share/gridengine/install_ge.sh
Expand Down

0 comments on commit 38b3dc2

Please sign in to comment.