Merge pull request #8205 from sequenceiq/master
Fix code example formatting in best-practices article Upstream-commit: 4547b6d529df10d83ffc1937abc260c8a2ede743 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user