Change port forwarder to socat

This commit is contained in:
2018-11-01 03:17:46 +08:00
parent 9c3552d9b9
commit 8a7302ecc2
3 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /app
RUN apt-get update
RUN apt-get install -y gcc automake autoconf libssl-dev pkg-config git make ppp ssh
RUN apt-get install -y gcc automake autoconf libssl-dev pkg-config git make ppp socat
RUN git clone https://github.com/adrienverge/openfortivpn
@ -24,4 +24,4 @@ WORKDIR /app
CMD bash docker-entrypoint.sh
EXPOSE 2200
EXPOSE 22