Browse Source

Merge pull request #78 from omegachyll/iproute2_fix

Added iproute2 to Dockerfile installation command
pull/88/head
Per-Arne Andersen 4 years ago
committed by GitHub
parent
commit
bd45d6bcef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -32,6 +32,7 @@ COPY wg_dashboard_backend /app
RUN apt-get update && apt-get install -y \
wireguard-tools \
iptables \
iproute2 \
python3 \
python3-pip \
python3-dev \

Loading…
Cancel
Save