Skip to content

Commit c4b0b50

Browse files
committed
Add bash
1 parent 90cb9b7 commit c4b0b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ARG PHP_ALPINE_VERSION
6464
FROM --platform=${TARGETPLATFORM} php:${PHP_VERSION}-zts-alpine${PHP_ALPINE_VERSION}
6565

6666
RUN set -eux \
67-
&& apk add --update --no-cache pcre-dev socat
67+
&& apk add --update --no-cache bash pcre-dev socat
6868

6969
COPY --from=rootfs ["/rootfs-build/", "/"]
7070

0 commit comments

Comments
 (0)