Fix up StrongSwan support

This commit is contained in:
2021-04-14 14:26:50 +03:00
parent 5d798cfec9
commit f793ae07a1
6 changed files with 74 additions and 29 deletions

View File

@@ -10,9 +10,11 @@ RUN echo "Dpkg::Use-Pty=0;" > /etc/apt/apt.conf.d/99quieter
RUN apt-get update -qq
RUN apt-get install -y -qq \
python3-pip \
openvpn
openvpn \
strongswan
COPY entrypoint.sh /entrypoint.sh
COPY entrypoint-openvpn.sh /entrypoint-openvpn.sh
COPY entrypoint-strongswan.sh /entrypoint-strongswan.sh
COPY pinecrypt/client/. /src/pinecrypt/client
COPY setup.py /src/
COPY README.md /src/