From 520ec1dde172c0fd83dd06a28e498b1698fcf2da Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 25 May 2021 09:47:26 +0200 Subject: [PATCH] new patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7eac621..22f833b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN set -xe;\ cd /var && rm -rf www &&\ git clone https://github.com/pixelfed/pixelfed.git www &&\ cd www &&\ - curl -L https://github.com/hnrd/pixelfed/commit/fc7f271f6bc0987b7883d9c0f1ecbb5134d1991c.patch | git apply &&\ + curl -L https://github.com/hnrd/pixelfed/commit/085da96ef62b64f8b7fab4fbc91216cf4813ff0e.patch | git apply &&\ composer install --prefer-dist --no-interaction --no-ansi --no-dev --optimize-autoloader &&\ ln -s public html &&\ chown -R www-data:www-data /var/www &&\