From f564fd6c24bad0b161d0c36e32270c916929a9de Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 11 Nov 2022 14:23:19 +0100 Subject: [PATCH] skip self-diagnosis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdffa0b..baf03e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN set -xe;\ cd www &&\ curl -L https://github.com/hnrd/pixelfed/commit/${IP_PATCH}.patch | git apply &&\ curl -L https://github.com/hnrd/pixelfed/commit/${DISCOVERY_PATCH}.patch | git apply &&\ - composer require beyondcode/laravel-self-diagnosis &&\ + # composer require beyondcode/laravel-self-diagnosis &&\ composer install --prefer-dist --no-interaction --no-ansi --no-dev --optimize-autoloader &&\ ln -s public html &&\ chown -R www-data:www-data /var/www &&\