Skip to content

Commit

Permalink
Removes libcrypto1.0 dependency, adds symlink to existing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdoesh committed Jun 10, 2018
1 parent ecddf97 commit a621ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ FROM alpine:3.6
LABEL maintainer="Alex Doe <[email protected]>"
LABEL description="Telegram Messenger MTProto zero-configuration proxy server."

RUN apk add --no-cache curl libcrypto1.0
RUN apk add --no-cache curl \
&& ln -s /usr/lib/libcrypto.so.41 /usr/lib/libcrypto.so.1.0.0

WORKDIR /mtproxy

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ services:
mtproxy:
image: alexdoesh/mtproxy
container_name: mtproxy
restart: always
# command: --add --your --commands
# environment:
# - OVERRIDE=SOME
# - VARIABLES=HERE
volumes:
- ./tg:/data
- ./config:/data
ports:
- "2398:2398"
- "443:443"
Expand Down

0 comments on commit a621ba5

Please sign in to comment.