From 973929ba1a17cb65a01c03bea39e44acb413eaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vaill=C3=A9?= Date: Thu, 2 Feb 2017 13:06:23 +0100 Subject: [PATCH] chore(isso) : Update url source file (#109) * chore(isso) : Update url source file Le fichier source n'est pas un release mais une archive d'un tag donc l'url n'est pas bonne. * Fix isntall pip --- isso/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/isso/Dockerfile b/isso/Dockerfile index 8d496c6..98f0f41 100644 --- a/isso/Dockerfile +++ b/isso/Dockerfile @@ -21,8 +21,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.4/community" >> /etc/a tini@community \ && pip install --no-cache cffi \ && pip install --no-cache misaka==1.0.2 \ - && wget -q https://github.com/posativ/isso/releases/download/$ISSO_VER/isso-$ISSO_VER.tar.gz -P /tmp \ - && pip install /tmp/isso-$ISSO_VER.tar.gz \ + && pip install --no-cache "isso==$ISSO_VER}" \ && apk del ${BUILD_DEPS} \ && rm -rf /var/cache/apk/* /tmp/*