We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d8923 commit 292e98cCopy full SHA for 292e98c
1 file changed
static-builder-gnu.Dockerfile
@@ -27,6 +27,8 @@ ARG NO_COMPRESS=''
27
ARG GO_VERSION
28
ENV GOTOOLCHAIN=local
29
30
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
31
+
32
# labels, same as static-builder.Dockerfile
33
LABEL org.opencontainers.image.title=FrankenPHP
34
LABEL org.opencontainers.image.description="The modern PHP app server"
0 commit comments