isso: update to 0.10.5

This commit is contained in:
Wonderfall 2016-09-20 23:42:31 +02:00
parent 41d0edad2d
commit e99b710362

View File

@ -1,11 +1,11 @@
FROM alpine:3.4
MAINTAINER Wonderfall <wonderfall@mondedie.fr>
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ARG ISSO_VER=0.10.4
ARG ISSO_VER=0.10.5
ENV GID=1000 UID=1000
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.4/community" >> /etc/apk/repositories \
&& BUILD_DEPS=" \
python-dev \
libffi-dev \
@ -19,7 +19,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
openssl \
ca-certificates \
su-exec \
tini@commuedge \
tini@community \
&& pip install --no-cache cffi \
&& pip install --no-cache misaka==1.0.2 \
&& wget https://github.com/posativ/isso/releases/download/$ISSO_VER/isso-$ISSO_VER.tar.gz -P /tmp \