Browse Source

Add iproute2

master
Chris Smith 6 years ago
parent
commit
21ed61a746
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile View File

@@ -2,6 +2,7 @@ FROM debian:buster-slim
2 2
 
3 3
 RUN apt-get -qq update \
4 4
 	&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y --no-install-recommends \
5
+	iproute2 \
5 6
 	tcpdump \
6 7
 	strace \
7 8
 	dnsutils \

Loading…
Cancel
Save