mirror of https://github.com/docker/docs.git
Fix duplicated word
This commit is contained in:
parent
0c5c470b0f
commit
f01d6f3b20
|
@ -319,7 +319,7 @@ backslashes to make your Dockerfile more readable, understandable, and
|
|||
maintainable.
|
||||
|
||||
For example, you can chain commands with the `&&` operator, and use
|
||||
use escape characters to break long commands into multiple lines.
|
||||
escape characters to break long commands into multiple lines.
|
||||
|
||||
```dockerfile
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
Loading…
Reference in New Issue