From 5d8b3e38dfc59d883235ca16012cb051bf77fbb5 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 5 Jul 2020 16:21:40 +0200 Subject: [PATCH] use unzip utility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6afe0eb..884c2ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\