This patch is now in the new release

This commit is contained in:
Girish Ramakrishnan 2019-04-04 10:19:28 -07:00
parent 8dc3edfc17
commit e799c21f6d
1 changed files with 0 additions and 3 deletions

View File

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