mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
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
This commit is contained in:
parent
89727867fb
commit
973929ba1a
@ -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/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user