Skip to content

Commit 165258d

Browse files
committed
fix(php-32bit): add unzip to silence composer warning
Composer does complain if neither unzip nor 7z is installed, so the easiest fix: just add unzip on the image. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 66f28a4 commit 165258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php8.4-32bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM i386/debian:stable
22
RUN apt-get update && apt-get install -y wget apt-transport-https lsb-release ca-certificates \
3-
git curl make libmagickcore-7.q16-10-extra \
3+
git curl make unzip libmagickcore-7.q16-10-extra \
44
php8.4-apcu php8.4-bz2 php8.4-cli php8.4-ctype php8.4-curl \
55
php8.4-dom php8.4-fileinfo php8.4-gd php8.4-iconv \
66
php8.4-imagick php8.4-intl php8.4-ldap php8.4-mbstring \

0 commit comments

Comments
 (0)