File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN set -x \
6464 bash \
6565 alpine-sdk \
6666 findutils \
67- && su - nobody -s /bin/sh -c " \
67+ && su nobody -s /bin/sh -c " \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
7070 && hg clone https://hg.nginx.org/pkg-oss \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -x \
6363 bash \
6464 alpine-sdk \
6565 findutils \
66- && su - nobody -s /bin/sh -c " \
66+ && su nobody -s /bin/sh -c " \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
6969 && hg clone https://hg.nginx.org/pkg-oss \
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN set -x \
6464 bash \
6565 alpine-sdk \
6666 findutils \
67- && su - nobody -s /bin/sh -c " \
67+ && su nobody -s /bin/sh -c " \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
7070 && hg clone https://hg.nginx.org/pkg-oss \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -x \
6363 bash \
6464 alpine-sdk \
6565 findutils \
66- && su - nobody -s /bin/sh -c " \
66+ && su nobody -s /bin/sh -c " \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
6969 && hg clone https://hg.nginx.org/pkg-oss \
You can’t perform that action at this time.
0 commit comments