1
0
Fork 0

fixed feedly master version support
the build is pending Details

master
Hanjo Meinhardt 5 years ago
parent e25be08c5f
commit 580f506d4f

@ -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

Loading…
Cancel
Save