We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c5636 commit 5a823c0Copy full SHA for 5a823c0
content/manuals/build/building/best-practices.md
@@ -464,7 +464,7 @@ RUN set -o pipefail && wget -O - https://some.site | wc -l > /number
464
>
465
> Not all shells support the `-o pipefail` option.
466
467
-> In cases such as the `dash` shell on
+> In cases such as the `bash` shell on
468
> Debian-based images, consider using the _exec_ form of `RUN` to explicitly
469
> choose a shell that does support the `pipefail` option. For example:
470
0 commit comments