Skip to content

Commit

Permalink
Merge pull request moby#8205 from sequenceiq/master
Browse files Browse the repository at this point in the history
Fix code example formatting in best-practices article
  • Loading branch information
SvenDowideit committed Sep 25, 2014
2 parents 2431345 + be4454c commit 4547b6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sources/articles/dockerfile_best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ review. Adding a space before a backslash (`\`) helps as well.

Here’s an example from the [`buildpack-deps` image](https://github.com/docker-library/buildpack-deps):

RUN apt-get update && apt-get install -y \
bzr \
cvs \
git \
mercurial \
subversion
RUN apt-get update && apt-get install -y \
bzr \
cvs \
git \
mercurial \
subversion

## The `Dockerfile` instructions

Expand Down

0 comments on commit 4547b6d

Please sign in to comment.