mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
isso: update to 0.10.5
This commit is contained in:
parent
41d0edad2d
commit
e99b710362
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user