Merge pull request #14571 from charleswhchan/patch-2
Documentation: Split apt-get example onto multiple lines Upstream-commit: 8c77e3962777f4f693de7b4b064aac20306e4a4b Component: engine
This commit is contained in:
@ -158,7 +158,10 @@ updated, use `apt-get install -y foo` and it will update automatically.
|
||||
|
||||
* Do write instructions like:
|
||||
|
||||
RUN apt-get update && apt-get install -y package-bar package-foo package-baz
|
||||
RUN apt-get update && apt-get install -y \
|
||||
package-bar \
|
||||
package-baz \
|
||||
package-foo
|
||||
|
||||
Writing the instruction this way not only makes it easier to read
|
||||
and maintain, but also, by including `apt-get update`, ensures that the cache
|
||||
|
||||
Reference in New Issue
Block a user