Skip to content

Commit

Permalink
Add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed May 15, 2024
1 parent 90cb9b7 commit c4b0b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ARG PHP_ALPINE_VERSION
FROM --platform=${TARGETPLATFORM} php:${PHP_VERSION}-zts-alpine${PHP_ALPINE_VERSION}

RUN set -eux \
&& apk add --update --no-cache pcre-dev socat
&& apk add --update --no-cache bash pcre-dev socat

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

Expand Down

0 comments on commit c4b0b50

Please sign in to comment.