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