Skip to content

Commit

Permalink
Do not install zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Dec 6, 2019
1 parent 184bb2e commit 338afd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ fi
echo -e "
FROM $PHP_IMAGE
RUN apt-get update && \\
apt-get install -y curl git libzip-dev && \\
docker-php-ext-configure zip --with-libzip && \\
docker-php-ext-install zip${RUN_CMDS}
RUN apt-get update && apt-get install -y curl git unzip${RUN_CMDS}
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Expand Down

0 comments on commit 338afd1

Please sign in to comment.