fix missing pki path inside container
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user