port patches
dockers/pixelfed/pipeline/head There was a failure building this commit Details

This commit is contained in:
chris 2024-07-01 12:22:41 +02:00
parent 0377a9d0dc
commit 9a082a87da
2 changed files with 0 additions and 2 deletions

View File

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

View File

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