Update Containerfile

master
Astra 2023-10-23 15:31:17 +02:00
parent b1070e6372
commit fb8ca34892
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN set -xe;\
git clone https://github.com/pixelfed/pixelfed.git www &&\
cd www &&\
git checkout $VERSION &&\
git apply /patches/0001-remove-IP-logging.patch &&\
# 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 &&\
git apply /patches/0004-disable-beagle-service.patch &&\