From dc982cacfaede092b1351740ac4e4a812ef009bc Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Wed, 30 May 2018 22:00:14 +0500 Subject: [PATCH] add ca-certificates to Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9856c92..62be9c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 RUN adduser tgproxy -u 10000 -D -RUN apk add --no-cache python3 py3-crypto +RUN apk add --no-cache python3 py3-crypto ca-certificates COPY mtprotoproxy.py config.py /home/tgproxy/ COPY pyaes/*.py /home/tgproxy/pyaes/