Browse Source

Dockerfile: python3 missing as dependency

pull/1228/head
Philip H. 2 years ago
committed by tetuaoro
parent
commit
1254ad684f
  1. 3
      Dockerfile

3
Dockerfile

@ -32,6 +32,7 @@ RUN apk add --no-cache \
dumb-init \ dumb-init \
iptables \ iptables \
iptables-legacy \ iptables-legacy \
python3 \
wireguard-tools wireguard-tools
# Use iptables-legacy # Use iptables-legacy
@ -42,4 +43,4 @@ ENV DEBUG=Server,WireGuard,Database
# Run Web UI # Run Web UI
WORKDIR /app WORKDIR /app
CMD ["/usr/bin/dumb-init", "node", "server.js"] CMD ["/usr/bin/dumb-init", "node", "server.js"]

Loading…
Cancel
Save