Fix code example formatting in best-practices article

Signed-off-by: Lajos Papp <lajos.papp@sequenceiq.com>
This commit is contained in:
Lajos Papp 2014-09-24 10:45:56 +02:00
parent 8dd11c7175
commit be4454c4f0
1 changed files with 6 additions and 6 deletions

View File

@ -68,12 +68,12 @@ review. Adding a space before a backslash (`\`) helps as well.
Heres an example from the [`buildpack-deps` image](https://github.com/docker-library/buildpack-deps): Heres an example from the [`buildpack-deps` image](https://github.com/docker-library/buildpack-deps):
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
bzr \ bzr \
cvs \ cvs \
git \ git \
mercurial \ mercurial \
subversion subversion
## The `Dockerfile` instructions ## The `Dockerfile` instructions