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.
1 parent c599963 commit 607b925Copy full SHA for 607b925
base/redhat-8/install.sh
@@ -29,7 +29,7 @@ export LANG=en_US.utf8
29
microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata make gcc \
30
openssl-devel bzip2-devel libffi-devel findutils
31
# Patch security updates
32
-microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2
+microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 tzdata
33
34
# Install Python and necessary packages
35
PY_SHORT=${PYTHON_VERSION%.*}
0 commit comments