2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00
This commit is contained in:
kev
2016-04-02 08:19:22 +08:00
parent 7831d63950
commit 2d71ab8530
5 changed files with 42 additions and 27 deletions

View File

@@ -5,13 +5,14 @@
FROM alpine
MAINTAINER kev <norelpy@datageek.info>
RUN apk add -U build-base \
gmp \
gmp-dev \
libstdc++ \
python \
python-dev \
py-pip \
RUN set -xe \
&& apk add -U build-base \
gmp \
gmp-dev \
libstdc++ \
python \
python-dev \
py-pip \
&& pip install fteproxy \
&& apk del build-base \
gmp-dev \