From f1232be0e995a17afa87029b5495fca455624702 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 1 Apr 2022 17:04:44 +0200 Subject: [PATCH] remove hirak/prestissimo --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5d96d9..907f4ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ ENV IP_PATCH=2722da0c4749b726bfb87ac56ba055940c2d2fc7 RUN set -xe;\ apt-install git unzip php${PHPVER}-curl php${PHPVER}-zip php${PHPVER}-bcmath php${PHPVER}-intl php${PHPVER}-mbstring php${PHPVER}-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 &&\ cd www &&\