Skip to content

Commit 7d639ac

Browse files
committed
rollback pipefail
1 parent 7f89463 commit 7d639ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v5/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ RUN apk upgrade
100100
# ----------------------------------------------
101101
FROM mynode AS builder
102102

103-
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
104-
105103
RUN set -eux; \
106104
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
107105
npm cache clean --force; \

0 commit comments

Comments
 (0)