Skip to content

Commit 338afd1

Browse files
committed
Do not install zip extension
1 parent 184bb2e commit 338afd1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dockerfile.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ fi
2626
echo -e "
2727
FROM $PHP_IMAGE
2828
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}
29+
RUN apt-get update && apt-get install -y curl git unzip${RUN_CMDS}
3330
3431
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
3532

0 commit comments

Comments
 (0)