Browse Source

Dockerfile: python3 missing as dependency

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

1
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

Loading…
Cancel
Save