2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2021-10-18 12:06:54 +08:00
parent 685657d311
commit 8a4fb89c01
10 changed files with 305 additions and 31 deletions

View File

@@ -7,16 +7,18 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add -U build-base \
curl \
gmp \
gmp-dev \
libstdc++ \
python \
python-dev \
py-pip \
python2 \
python2-dev \
&& curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python \
&& pip install --no-cache-dir fteproxy \
&& apk del build-base \
curl \
gmp-dev \
python-dev \
python2-dev \
&& rm -rf /root/.cache /var/cache/apk/*
ENV MODE=server

View File

@@ -7,16 +7,18 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add -U build-base \
curl \
gmp \
gmp-dev \
libstdc++ \
python \
python-dev \
py-pip \
python2 \
python2-dev \
&& curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python \
&& pip install --no-cache-dir fteproxy \
&& apk del build-base \
curl \
gmp-dev \
python-dev \
python2-dev \
&& rm -rf /root/.cache /var/cache/apk/*
ENV MODE=server