Skip to content

Commit 63ce35d

Browse files
committed
fix: add patch utility to php8 fpm-alpine image
The patch utility was missing from the php8 fpm-alpine Docker image, which is needed for applying patches during the build process. This change adds patch to the list of installed packages.
1 parent d18daca commit 63ce35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php8/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN set -eux; \
77
\
88
apk add --no-cache \
99
git \
10+
patch \
1011
unzip \
1112
mariadb-client \
1213
; \

0 commit comments

Comments
 (0)