fix missing pki path inside container

This commit is contained in:
Антон
2026-02-07 14:16:49 +03:00
parent 6131bcaba9
commit 9d10bb97c7
3 changed files with 14 additions and 1 deletions

View File

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