Skip to content

Commit 1d51b1b

Browse files
authored
Merge pull request #869 from nextcloud/fix/32bit-unzip
fix(php-32bit): add `unzip` to silence composer warning
2 parents 66f28a4 + 165258d commit 1d51b1b

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)