mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 12:05:02 +01:00
update obfsproxy
This commit is contained in:
@@ -2,18 +2,14 @@
|
||||
# Dockerfile for obfsproxy (scramblesuit)
|
||||
#
|
||||
|
||||
FROM debian:jessie
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y build-essential curl python python-dev \
|
||||
&& curl https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& apk add --no-cache build-base curl python python-dev \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& pip install obfsproxy \
|
||||
&& apt-get purge -y build-essential python-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& apk del build-base curl python-dev
|
||||
|
||||
ENV LOG_MIN_SEVERITY info
|
||||
ENV DATA_DIR /var/lib/obfsproxy
|
||||
|
||||
Reference in New Issue
Block a user