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 db4f4c4 commit fc0a890Copy full SHA for fc0a890
Dockerfile
@@ -17,7 +17,7 @@ RUN curl -sSfL -o /php-prefixer-cli.phar 'https://github.com/PHP-Prefixer/php-pr
17
&& curl -sSfL -o /usr/local/bin/composer 'https://getcomposer.org/composer.phar' \
18
&& chmod +x /usr/local/bin/composer \
19
&& apt-get update \
20
- && apt-get install -y --no-install-recommends git rsync libzip-dev zip \
+ && apt-get install -y --no-install-recommends git rsync libzip-dev zip unzip \
21
&& docker-php-ext-configure zip \
22
&& docker-php-ext-install zip \
23
&& rm -rf /var/lib/apt/lists/*
0 commit comments