mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
Alpine 3.11, Python 3.8 (#185)
This commit is contained in:
committed by
Alexander Bersenev
parent
66ac871a74
commit
199eaeb7c4
@@ -1,11 +1,11 @@
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN adduser tgproxy -u 10000 -D
|
||||
|
||||
RUN apk add --no-cache python3 py3-cryptography ca-certificates libcap
|
||||
|
||||
RUN chown -R tgproxy:tgproxy /home/tgproxy
|
||||
RUN setcap cap_net_bind_service=+ep /usr/bin/python3.7
|
||||
RUN setcap cap_net_bind_service=+ep /usr/bin/python3.8
|
||||
|
||||
COPY mtprotoproxy.py config.py /home/tgproxy/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user