Skip to content

Commit 5a823c0

Browse files
Corrected the shell name from dash to bash at line 467
1 parent 51c5636 commit 5a823c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ RUN set -o pipefail && wget -O - https://some.site | wc -l > /number
464464
>
465465
> Not all shells support the `-o pipefail` option.
466466
>
467-
> In cases such as the `dash` shell on
467+
> In cases such as the `bash` shell on
468468
> Debian-based images, consider using the _exec_ form of `RUN` to explicitly
469469
> choose a shell that does support the `pipefail` option. For example:
470470
>

0 commit comments

Comments
 (0)