Skip to content

Commit fc0a890

Browse files
committed
build(Dockerfile): Add unzip util
1 parent db4f4c4 commit fc0a890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN curl -sSfL -o /php-prefixer-cli.phar 'https://github.com/PHP-Prefixer/php-pr
1717
&& curl -sSfL -o /usr/local/bin/composer 'https://getcomposer.org/composer.phar' \
1818
&& chmod +x /usr/local/bin/composer \
1919
&& apt-get update \
20-
&& apt-get install -y --no-install-recommends git rsync libzip-dev zip \
20+
&& apt-get install -y --no-install-recommends git rsync libzip-dev zip unzip \
2121
&& docker-php-ext-configure zip \
2222
&& docker-php-ext-install zip \
2323
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)