Skip to content

Commit 878979b

Browse files
committed
fix: PHP Virtual Host missing unzip
1 parent 01c781c commit 878979b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/docker/virtual-host/php/Dockerfile.scratch

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN set -x \
1818
libxml2-dev \
1919
libxslt1-dev \
2020
libzip-dev \
21+
unzip \
2122
&& pecl install \
2223
xmlrpc \
2324
zip \

0 commit comments

Comments
 (0)