We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc3e2b7 + b7fde7b commit 57cbd66Copy full SHA for 57cbd66
images/base/Dockerfile.centos7
@@ -7,6 +7,8 @@
7
FROM openshift/origin-source
8
9
RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
10
+ yum --disablerepo=origin-local-release install -y centos-release-ceph && \
11
+ rpm -V centos-release-ceph && \
12
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
13
rpm -V ${INSTALL_PKGS} && \
14
yum clean all && \
0 commit comments