1
0

make the image work again

This commit is contained in:
2019-05-22 18:24:25 +02:00
parent 8889a275c0
commit 7516021cd0
2 changed files with 15 additions and 3 deletions
+3 -2
View File
@@ -33,8 +33,9 @@ WORKDIR /var/www
#RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl --no-install-recommends && rm -rf /var/lib/apt/lists/* \
# && apt-get purge -y --auto-remove curl \
RUN curl -SL https://git.tt-rss.org/git/tt-rss/archive/$TTRSS_GIT_TAG.tar.gz | tar xzC /var/www --strip-components 1 \
&& cp config.php-dist config.php \
RUN curl -SL https://git.tt-rss.org/git/tt-rss/archive/$TTRSS_GIT_TAG.tar.gz | tar xzC /var/www --strip-components 1
RUN cp config.php-dist config.php \
&& chown www-data:www-data -R /var/www \
&& mkdir /var/run/php