We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25daef0 + 606c905 commit ba8a56fCopy full SHA for ba8a56f
images/base/Dockerfile
@@ -6,6 +6,12 @@
6
#
7
FROM centos:centos7
8
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
+
15
RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux bsdtar epel-release \
16
socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof" && \
17
yum install -y $INSTALL_PKGS && \
0 commit comments