Fix duplicated word

This commit is contained in:
Alex Conlin 2024-11-12 11:17:48 +00:00 committed by GitHub
parent 0c5c470b0f
commit f01d6f3b20
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 \