mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
isso: fix dockerfile
This commit is contained in:
parent
973929ba1a
commit
a9b18a57b5
@ -21,7 +21,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.4/community" >> /etc/a
|
|||||||
tini@community \
|
tini@community \
|
||||||
&& pip install --no-cache cffi \
|
&& pip install --no-cache cffi \
|
||||||
&& pip install --no-cache misaka==1.0.2 \
|
&& pip install --no-cache misaka==1.0.2 \
|
||||||
&& pip install --no-cache "isso==$ISSO_VER}" \
|
&& pip install --no-cache "isso==${ISSO_VER}" \
|
||||||
&& apk del ${BUILD_DEPS} \
|
&& apk del ${BUILD_DEPS} \
|
||||||
&& rm -rf /var/cache/apk/* /tmp/*
|
&& rm -rf /var/cache/apk/* /tmp/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user