Fix code example formatting in best-practices article

Signed-off-by: Lajos Papp <lajos.papp@sequenceiq.com>
Upstream-commit: be4454c4f0ba1a1d9fdd2f0ec7e631403ee61f63
Component: engine
This commit is contained in:
Lajos Papp
2014-09-24 10:45:56 +02:00
parent 134a1a90ab
commit 65521dc5a1

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):
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