mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
use https and get only latest commit with git clone
This commit is contained in:
@ -5,7 +5,7 @@ ARG ISSO_VER=0.10.4
|
||||
|
||||
ENV GID=1000 UID=1000
|
||||
|
||||
RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||
&& BUILD_DEPS=" \
|
||||
python-dev \
|
||||
libffi-dev \
|
||||
|
Reference in New Issue
Block a user