From 199eaeb7c4e9c871b5c0b917fc82be1a0fa03b04 Mon Sep 17 00:00:00 2001 From: Boris Klimenko <2@borisklimenko.ru> Date: Wed, 22 Jan 2020 21:04:29 +0300 Subject: [PATCH] Alpine 3.11, Python 3.8 (#185) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49f5935..72610bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/