1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-06 22:23:10 +02:00
This commit is contained in:
kev
2015-12-24 22:09:35 +08:00
parent 32a79e507e
commit 812cf7c406
4 changed files with 8 additions and 4 deletions

View File

@ -5,7 +5,8 @@
FROM vimagick/alpine-arm:edge
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U curl libsodium python \
RUN set -ex \
&& apk add -U curl libsodium python \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
&& pip install shadowsocks \
&& apk del curl \