mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
update fteproxy
This commit is contained in:
parent
eff8fb3818
commit
fe04a03d10
@ -6,20 +6,20 @@ FROM alpine:3
|
|||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add -U build-base \
|
&& apk add --no-cache build-base \
|
||||||
curl \
|
curl \
|
||||||
gmp \
|
gmp \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
python2 \
|
python2 \
|
||||||
python2-dev \
|
python2-dev \
|
||||||
&& curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python \
|
python2-pip \
|
||||||
&& pip install --no-cache-dir fteproxy \
|
&& pip install --no-cache-dir fteproxy \
|
||||||
&& apk del build-base \
|
&& apk del build-base \
|
||||||
curl \
|
curl \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
python2-dev \
|
python2-dev \
|
||||||
&& rm -rf /root/.cache /var/cache/apk/*
|
&& rm -rf /root/.cache
|
||||||
|
|
||||||
ENV MODE=server
|
ENV MODE=server
|
||||||
ENV UPSTREAM_FORMAT=manual-http-request
|
ENV UPSTREAM_FORMAT=manual-http-request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user