1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-14 23:55:02 +02:00
This commit is contained in:
kev
2016-10-31 11:28:34 +08:00
parent 71adb3e3eb
commit 5da3f7dd40
8 changed files with 51 additions and 6 deletions

View File

@ -6,8 +6,7 @@ FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& apk add -U curl python \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
&& rm -rf /var/cache/apk/*
&& apk add --no-cache curl python \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python
CMD ["python"]