Merge pull request #21409 from alexconlin/patch-1

Fix duplicated word
This commit is contained in:
David Karlsson 2024-11-12 12:27:58 +01:00 committed by GitHub
commit a8affffe68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 \