You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-06 22:23:10 +02:00
update
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user