Skip to content

Commit 292e98c

Browse files
authored
chore: better errors for GNU builds (#1712)
1 parent e9d8923 commit 292e98c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static-builder-gnu.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ARG NO_COMPRESS=''
2727
ARG GO_VERSION
2828
ENV GOTOOLCHAIN=local
2929

30+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
31+
3032
# labels, same as static-builder.Dockerfile
3133
LABEL org.opencontainers.image.title=FrankenPHP
3234
LABEL org.opencontainers.image.description="The modern PHP app server"

0 commit comments

Comments
 (0)