Fix: add iproute2 package for wg-quick ip command
This commit is contained in:
parent
9f29032a07
commit
bec35a38a2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
|
||||||
|
|
||||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
|
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
|
||||||
&& apt-get update \
|
&& 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 \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue