1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 13:25:15 +00:00

Updated to 1.6.3, removed custom patches

This commit is contained in:
Dennis Schwerdel
2017-03-12 10:45:14 +01:00
parent a5022969c3
commit 497199febd
6 changed files with 14 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \
libapache2-mod-php mysql-client php-mysql
ENV VERSION 1.6.2
ENV VERSION 1.6.3
ENV EXTENSIONS_VERSION eac4b749775c3e1b584c1a6b4a4487e4a4b8b159
RUN mkdir -p /app/code
@@ -42,10 +42,6 @@ RUN rm /etc/apache2/sites-enabled/* \
RUN rm -rf /var/lib/php \
&& ln -s /run/php /var/lib/php
ADD remove-update-menu.patch /app/code/remove-update-menu.patch
RUN patch -p0 -d /app/code < /app/code/remove-update-menu.patch
ADD start.sh /app/code/start.sh
ADD set_config.php /app/code/set_config.php
CMD [ "/app/code/start.sh" ]