Skip to content

Commit 6a2b026

Browse files
author
OpenShift Bot
committed
Merge pull request #5782 from smarterclayton/no_dmsetup
Merged by openshift-bot
2 parents bee82d4 + 9e2c846 commit 6a2b026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/base/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
FROM centos:centos7
88

99
# 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 && \
10+
RUN yum install -y git tar wget hostname sysvinit-tools util-linux bsdtar epel-release \
11+
socat ethtool device-mapper iptables && \
1112
yum clean all

0 commit comments

Comments
 (0)