We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bee82d4 + 9e2c846 commit 6a2b026Copy full SHA for 6a2b026
images/base/Dockerfile
@@ -7,5 +7,6 @@
7
FROM centos:centos7
8
9
# components from EPEL must be installed in a separate yum install step
10
-RUN yum install -y git tar wget socat hostname sysvinit-tools util-linux bsdtar epel-release ethtool iptables && \
+RUN yum install -y git tar wget hostname sysvinit-tools util-linux bsdtar epel-release \
11
+ socat ethtool device-mapper iptables && \
12
yum clean all
0 commit comments