Replaced net-tools with iproute2 in Dockerfiles

Signed-off-by: Karol Babioch <kbabioch@suse.de>
This commit is contained in:
Karol Babioch 2018-01-12 10:44:04 +01:00
commit f5542683c5
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ RUN \
apt-get update && \
apt-get -y upgrade && \
apt-get -y install auditd ca-certificates docker.io \
gawk net-tools procps --no-install-recommends && \
gawk iproute2 procps --no-install-recommends && \
apt-get -y clean && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* \