From a385f624f9a9f5603b109643a8b1c6d664d0fc04 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 14 Nov 2022 13:20:16 +0100 Subject: [PATCH] remove old deps --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8031594..989b585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ 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 dump-autoload &&\ composer install --prefer-dist --no-interaction --no-ansi --no-dev --optimize-autoloader &&\ ln -s public html &&\ chown -R www-data:www-data /var/www &&\