1
0

fixed feedly master version support
Some checks are pending
the build is pending

This commit is contained in:
Hanjo Meinhardt 2019-05-22 20:26:38 +02:00
parent e25be08c5f
commit 580f506d4f

View File

@ -13,7 +13,7 @@ RUN mkdir -p /download/ttrss \
# download some themes
RUN mkdir -p /download/feedly-theme \
&& curl -SL https://github.com/levito/tt-rss-feedly-theme/archive/v$FEEDLY_GIT_TAG.tar.gz | tar xzC /download/feedly-theme --strip-components 1
&& curl -SL https://github.com/levito/tt-rss-feedly-theme/archive/$FEEDLY_GIT_TAG.tar.gz | tar xzC /download/feedly-theme --strip-components 1
FROM ubuntu:18.04