remove ttrss patch (plugin has not been updated in years)
This commit is contained in:
parent
28ae86b5f8
commit
753a9fb251
|
@ -16,11 +16,9 @@ RUN wget "https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz" -O - \
|
|||
RUN mv data data-orig && ln -s /app/data data
|
||||
|
||||
# official extensions
|
||||
ADD change-ttrss-file-path.patch /app/code/change-ttrss-file-path.patch
|
||||
RUN wget https://github.com/FreshRSS/Extensions/archive/${EXTENSIONS_VERSION}.tar.gz -O - \
|
||||
| tar -xz --strip-components=1 -C /app/code/extensions
|
||||
&& mv /app/code/extensions /app/code/extensions-orig \
|
||||
&& ln -s /app/data/extensions /app/code/extensions
|
||||
RUN wget https://github.com/FreshRSS/Extensions/archive/${EXTENSIONS_VERSION}.tar.gz -O - | tar -xz --strip-components=1 -C /app/code/extensions && \
|
||||
mv /app/code/extensions /app/code/extensions-orig && \
|
||||
ln -s /app/data/extensions /app/code/extensions
|
||||
|
||||
# configure apache
|
||||
RUN rm /etc/apache2/sites-enabled/*
|
||||
|
|
Loading…
Reference in New Issue