From 9a082a87da7cc2a4b8a4797c4f0bc54c59bf04f3 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 1 Jul 2024 12:22:41 +0200 Subject: [PATCH] port patches --- Containerfile | 1 - Containerfile.fpm | 1 - 2 files changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index db26a3e..c3541eb 100644 --- a/Containerfile +++ b/Containerfile @@ -29,7 +29,6 @@ RUN set -xe;\ git clone https://github.com/pixelfed/pixelfed.git www &&\ cd www &&\ git checkout $VERSION &&\ - rm .gitattributes &&\ git apply /patches/0001-remove-IP-logging.patch &&\ git apply /patches/0002-hardcode-discovery-settings.patch &&\ git apply /patches/0003-point-to-modified-sourcecode.patch &&\ diff --git a/Containerfile.fpm b/Containerfile.fpm index 38de8f9..a9a22e0 100644 --- a/Containerfile.fpm +++ b/Containerfile.fpm @@ -27,7 +27,6 @@ RUN set -xe;\ cd /var && rm -rf www &&\ git clone https://github.com/pixelfed/pixelfed.git www &&\ cd www &&\ - rm .gitattributes &&\ git checkout $VERSION &&\ git apply /patches/0001-remove-IP-logging.patch &&\ git apply /patches/0002-hardcode-discovery-settings.patch &&\