diff --git a/Dockerfile b/Dockerfile index 5aa1019d..72494bc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN apk add --no-cache \ dumb-init \ iptables \ iptables-legacy \ + python3 \ wireguard-tools # Use iptables-legacy @@ -42,4 +43,4 @@ ENV DEBUG=Server,WireGuard,Database # Run Web UI WORKDIR /app -CMD ["/usr/bin/dumb-init", "node", "server.js"] \ No newline at end of file +CMD ["/usr/bin/dumb-init", "node", "server.js"]