mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-19 17:15:50 +00:00
add ca-certificates to Docker
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.6
|
|||||||
|
|
||||||
RUN adduser tgproxy -u 10000 -D
|
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 mtprotoproxy.py config.py /home/tgproxy/
|
||||||
COPY pyaes/*.py /home/tgproxy/pyaes/
|
COPY pyaes/*.py /home/tgproxy/pyaes/
|
||||||
|
|||||||
Reference in New Issue
Block a user