nginx template fix

This commit is contained in:
Антон
2026-02-06 21:14:52 +03:00
parent bb1a3c9400
commit 5260e45bd8
7 changed files with 49 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.12-alpine
# Install OpenVPN, OpenRC and other system deps
RUN apk add --no-cache openvpn openrc iproute2 bash
RUN apk add --no-cache openvpn openrc iproute2 bash iptables
WORKDIR /app