mirror of https://github.com/docker/docs.git
Revert "Merge pull request #7735 from crgaurav/patch-1"
This reverts commit81ac3e8bdf
, reversing changes made tod79dc1d84f
.
This commit is contained in:
parent
81ac3e8bdf
commit
9114fc2a7b
|
@ -463,7 +463,7 @@ RUN set -o pipefail && wget -O - https://some.site | wc -l > /number
|
||||||
```
|
```
|
||||||
> Not all shells support the `-o pipefail` option.
|
> Not all shells support the `-o pipefail` option.
|
||||||
>
|
>
|
||||||
> In such cases (such as the `bash` shell, which is the default shell on
|
> In such cases (such as the `dash` shell, which is the default shell on
|
||||||
> Debian-based images), consider using the _exec_ form of `RUN` to explicitly
|
> Debian-based images), consider using the _exec_ form of `RUN` to explicitly
|
||||||
> choose a shell that does support the `pipefail` option. For example:
|
> choose a shell that does support the `pipefail` option. For example:
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue