Browse Source

Added iproute2 to Dockerfile installation command

pull/78/head
ajaysgowda 4 years ago
parent
commit
8f6dd053bb
  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