Skip to content

Commit

Permalink
build(Dockerfile): Add unzip util
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Aug 19, 2021
1 parent db4f4c4 commit fc0a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -sSfL -o /php-prefixer-cli.phar 'https://github.com/PHP-Prefixer/php-pr
&& curl -sSfL -o /usr/local/bin/composer 'https://getcomposer.org/composer.phar' \
&& chmod +x /usr/local/bin/composer \
&& apt-get update \
&& 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 \
&& docker-php-ext-configure zip \
&& docker-php-ext-install zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fc0a890

Please # to comment.