File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ RUN apk add --no-cache --virtual .build-deps \
1818 # && apk del .build-deps
1919
2020FROM alpine:3.6
21- LABEL maintainer="Alex Doe <alex@doe.sh>"
22- LABEL description="Telegram Messenger MTProto zero-configuration proxy server."
21+ LABEL maintainer="Alex Doe <alex@doe.sh>" \
22+ description="Telegram Messenger MTProto zero-configuration proxy server."
2323
2424RUN apk add --no-cache curl \
2525 && ln -s /usr/lib/libcrypto.so.41 /usr/lib/libcrypto.so.1.0.0
26+ # alpine:3.7 will need symlink to libcrypto.so.42
2627
2728WORKDIR /mtproxy
2829
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ curl -s https://core.telegram.org/getProxyConfig -o ${REMOTE_CONFIG} || {
6868REMOTE_SECRET=/data/proxy-secret
6969curl -s https://core.telegram.org/getProxySecret -o ${REMOTE_SECRET} || {
7070 echo ' [F] Cannot download proxy secret from Telegram servers.'
71- exit 2
71+ exit 5
7272}
7373
7474if [ ! -z " $EXTERNAL_IP " ]; then
You can’t perform that action at this time.
0 commit comments