Fix: add iproute2 package for wg-quick ip command

This commit is contained in:
xtcnet 2026-03-07 22:03:15 +07:00
parent 9f29032a07
commit bec35a38a2

View file

@ -26,7 +26,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
&& apt-get update \
&& apt-get install -y --no-install-recommends jq logrotate wireguard-tools iptables qrencode \
&& apt-get install -y --no-install-recommends jq logrotate wireguard-tools iptables qrencode iproute2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*