Adding iproute to certain RH-based docker images

pull/14275/head
James Cammarata 9 years ago
parent 9a6a5a5516
commit 88310a7f28

@ -14,6 +14,7 @@ RUN yum -y install \
epel-release \ epel-release \
file \ file \
git \ git \
iproute \
make \ make \
mercurial \ mercurial \
rubygems \ rubygems \

@ -15,6 +15,7 @@ RUN dnf -y install \
findutils \ findutils \
git \ git \
glibc-locale-source \ glibc-locale-source \
iproute \
make \ make \
mercurial \ mercurial \
procps \ procps \

@ -15,6 +15,7 @@ RUN dnf -y install \
findutils \ findutils \
glibc-common \ glibc-common \
git \ git \
iproute \
make \ make \
mercurial \ mercurial \
procps \ procps \

Loading…
Cancel
Save