From a1cd2dc32104623c0c435de4f527bee69d8b180f Mon Sep 17 00:00:00 2001 From: Nelson Wang Date: Fri, 19 Feb 2021 17:14:14 -0800 Subject: [PATCH] Adding update to tzdata --- base/redhat-8/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/redhat-8/install.sh b/base/redhat-8/install.sh index 26ac555b..6b6bcd5f 100755 --- a/base/redhat-8/install.sh +++ b/base/redhat-8/install.sh @@ -29,7 +29,7 @@ export LANG=en_US.utf8 microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata make gcc \ openssl-devel bzip2-devel libffi-devel findutils # Patch security updates -microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 +microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 tzdata # Install Python and necessary packages PY_SHORT=${PYTHON_VERSION%.*}