We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cb9b7 commit c4b0b50Copy full SHA for c4b0b50
1 file changed
Dockerfile
@@ -64,7 +64,7 @@ ARG PHP_ALPINE_VERSION
64
FROM --platform=${TARGETPLATFORM} php:${PHP_VERSION}-zts-alpine${PHP_ALPINE_VERSION}
65
66
RUN set -eux \
67
- && apk add --update --no-cache pcre-dev socat
+ && apk add --update --no-cache bash pcre-dev socat
68
69
COPY --from=rootfs ["/rootfs-build/", "/"]
70
0 commit comments