vpnc (latest)
Published 2025-10-19 22:29:06 +05:00 by RAEman
Installation
docker pull git.raeman.ru/raeman/vpnc:latestsha256:a338079007c6a774573be7d987f88026fb90fafcbdf953e1dd60c13e97d9761bImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip vpnc oathtool iptables iproute2 procps iputils-ping curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY entrypoint.py /entrypoint.py # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.py # buildkit |
| ENTRYPOINT ["/entrypoint.py"] |