From 98d1094d1252f45064a36a6f518df0f696e50498 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Mon, 14 Aug 2017 11:13:34 +0000 Subject: [PATCH] added tag placeholder [CI SKIP] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24e14f8..7bb969b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN rm /etc/nginx/sites-enabled/default # install ttrss and patch configuration WORKDIR /var/www RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl --no-install-recommends && rm -rf /var/lib/apt/lists/* \ - && curl -SL https://git.tt-rss.org/git/tt-rss/archive/master.tar.gz | tar xzC /var/www --strip-components 1 \ + && curl -SL https://git.tt-rss.org/git/tt-rss/archive/.tar.gz | tar xzC /var/www --strip-components 1 \ && apt-get purge -y --auto-remove curl \ && chown www-data:www-data -R /var/www RUN cp config.php-dist config.php