Skip to content

Commit

Permalink
Merge pull request #3 from tianon/minor-issues
Browse files Browse the repository at this point in the history
Add missing line-continuations
  • Loading branch information
directhex committed Jan 15, 2015
2 parents 75e3e36 + ad595ee commit bec8f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3.10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Jo Shields <[email protected]>
#based on dockerfile by Michael Friis <[email protected]>

RUN apt-get update \
&& apt-get install -y curl
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*

RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down
2 changes: 1 addition & 1 deletion 3.12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Jo Shields <[email protected]>
#based on dockerfile by Michael Friis <[email protected]>

RUN apt-get update \
&& apt-get install -y curl
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*

RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down
2 changes: 1 addition & 1 deletion 3.8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Jo Shields <[email protected]>
#based on dockerfile by Michael Friis <[email protected]>

RUN apt-get update \
&& apt-get install -y curl
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*

RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down

0 comments on commit bec8f72

Please sign in to comment.