Change port forwarder to socat
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user