We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184bb2e commit 338afd1Copy full SHA for 338afd1
dockerfile.sh
@@ -26,10 +26,7 @@ fi
26
echo -e "
27
FROM $PHP_IMAGE
28
29
-RUN apt-get update && \\
30
- apt-get install -y curl git libzip-dev && \\
31
- docker-php-ext-configure zip --with-libzip && \\
32
- docker-php-ext-install zip${RUN_CMDS}
+RUN apt-get update && apt-get install -y curl git unzip${RUN_CMDS}
33
34
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
35
0 commit comments