Skip to content

Commit

Permalink
Merge pull request #1235 from uselagoon/phpfpm_musl
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Feb 14, 2025
2 parents 1bba5c7 + 8d361d1 commit 8515e12
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ENV LAGOON=cli
STOPSIGNAL SIGTERM

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mariadb-client=10.11.6-r0 mariadb-connector-c \
&& apk upgrade --available musl \
&& apk add --no-cache bash \
coreutils \
findutils \
Expand Down
1 change: 0 additions & 1 deletion images/php-cli/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ENV LAGOON=cli
STOPSIGNAL SIGTERM

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mariadb-client=10.11.6-r0 mariadb-connector-c \
&& apk upgrade --available musl \
&& apk add --no-cache bash \
coreutils \
findutils \
Expand Down
1 change: 0 additions & 1 deletion images/php-cli/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ENV LAGOON=cli
STOPSIGNAL SIGTERM

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mariadb-client=10.11.6-r0 mariadb-connector-c \
&& apk upgrade --available musl \
&& apk add --no-cache bash \
coreutils \
findutils \
Expand Down
1 change: 0 additions & 1 deletion images/php-cli/8.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ENV LAGOON=cli
STOPSIGNAL SIGTERM

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mariadb-client=10.11.6-r0 mariadb-connector-c \
&& apk upgrade --available musl \
&& apk add --no-cache bash \
coreutils \
findutils \
Expand Down
1 change: 1 addition & 0 deletions images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable
COPY --from=docker.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/

RUN apk update \
&& apk upgrade --available musl \
&& apk add --no-cache --virtual .devdeps \
# for gd
freetype-dev \
Expand Down
1 change: 1 addition & 0 deletions images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable
COPY --from=docker.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/

RUN apk update \
&& apk upgrade --available musl \
&& apk add --no-cache --virtual .devdeps \
# for gd
freetype-dev \
Expand Down
1 change: 1 addition & 0 deletions images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable
COPY --from=docker.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/

RUN apk update \
&& apk upgrade --available musl \
&& apk add --no-cache --virtual .devdeps \
# for gd
freetype-dev \
Expand Down
1 change: 1 addition & 0 deletions images/php-fpm/8.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable
COPY --from=docker.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/

RUN apk update \
&& apk upgrade --available musl \
&& apk add --no-cache --virtual .devdeps \
# for gd
freetype-dev \
Expand Down

0 comments on commit 8515e12

Please sign in to comment.