mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8205 from sequenceiq/master
Fix code example formatting in best-practices article
This commit is contained in:
commit
4547b6d529
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue