diff --git a/Dockerfile b/Dockerfile index 236267b..7631f3a 100644 --- a/Dockerfile +++ b/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 \