From e799c21f6d5679147bfa8fa8246482c145550227 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 4 Apr 2019 10:19:28 -0700 Subject: [PATCH] This patch is now in the new release --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index daf419c..0c9740e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ RUN wget https://github.com/FreshRSS/Extensions/archive/0812ee05c24c5610e4a9fefb mv /app/code/extensions /app/code/extensions-orig && \ ln -s /app/data/extensions /app/code/extensions -# https://github.com/FreshRSS/FreshRSS/issues/2233 -RUN sed -e "s/SetEnvIf/SetEnvIfNoCase/" -i /app/code/p/api/.htaccess - # configure apache RUN rm /etc/apache2/sites-enabled/* RUN sed -e 's,^ErrorLog.*,ErrorLog "|/bin/cat",' -i /etc/apache2/apache2.conf