use unzip utility

This commit is contained in:
chris 2020-07-05 16:21:40 +02:00
parent c82ac10eab
commit 5d8b3e38df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM reg.zknt.org/zknt/debian-php:7.4 as builder
RUN set -xe;\
apt-install git php-curl php-zip php-bcmath php-intl php-mbstring php-xml composer &&\
apt-install git unzip php-curl php-zip php-bcmath php-intl php-mbstring php-xml composer &&\
composer global require hirak/prestissimo --no-interaction --no-suggest --prefer-dist &&\
cd /var && rm -rf www &&\
git clone https://github.com/pixelfed/pixelfed.git www &&\