remove hirak/prestissimo
dockers/pixelfed/pipeline/head This commit looks good Details

This commit is contained in:
chris 2022-04-01 17:04:44 +02:00
parent c8a596bc08
commit f1232be0e9
1 changed files with 0 additions and 1 deletions

View File

@ -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 &&\