mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user