Skip to content

Commit ba8a56f

Browse files
author
OpenShift Bot
committed
Merge pull request #8846 from brenton/master
Merged by openshift-bot
2 parents 25daef0 + 606c905 commit ba8a56f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

images/base/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
#
77
FROM centos:centos7
88

9+
# Until nss-3.21.0-9.el7_2 and openssl-libs-1.0.1e-51.el7_2.5.x86_64 is
10+
# released in the base image we need to manually update this to workaround an
11+
# issue where some of the mirrors are using a certificate
12+
RUN yum update -y nss openssl-libs && \
13+
yum clean all
14+
915
RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux bsdtar epel-release \
1016
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof" && \
1117
yum install -y $INSTALL_PKGS && \

0 commit comments

Comments
 (0)