1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

vimagick/alpine-arm

This commit is contained in:
kev 2015-09-19 23:45:35 +08:00
parent 6ebc327692
commit f977047691
2 changed files with 4 additions and 5 deletions

@ -2,11 +2,10 @@
# Dockerfile for shadowsocks-arm
#
FROM hypriot/rpi-alpine-scratch
FROM vimagick/alpine-arm:edge
MAINTAINER kev <noreply@datageek.info>
RUN echo 'http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
&& apk add -U curl libsodium python \
RUN apk add -U curl libsodium python \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
&& pip install shadowsocks \
&& apk del curl \

@ -1,8 +1,8 @@
#
# Dockerfile for shadowsocks-libev
# Dockerfile for shadowsocks-libev-arm
#
FROM hypriot/rpi-alpine-scratch
FROM vimagick/alpine-arm
MAINTAINER kev <noreply@datageek.info>
ENV SS_VER 2.3.3