add iproute2 to sandbox (#1859)

This commit is contained in:
Xingyao Wang 2024-05-17 12:57:58 +08:00 committed by GitHub
parent 110b878dd9
commit c320d908e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
jq \
g++ \
make \
iproute2 \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p -m0755 /var/run/sshd