Browse Source

add iproute2 to sandbox (#1859)

Xingyao Wang 1 năm trước cách đây
mục cha
commit
c320d908e5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      containers/sandbox/Dockerfile

+ 1 - 0
containers/sandbox/Dockerfile

@@ -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