Skip to content

Commit

Permalink
Merge pull request #5782 from smarterclayton/no_dmsetup
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Nov 7, 2015
2 parents bee82d4 + 9e2c846 commit 6a2b026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
FROM centos:centos7

# components from EPEL must be installed in a separate yum install step
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 \
socat ethtool device-mapper iptables && \
yum clean all

0 comments on commit 6a2b026

Please sign in to comment.