From 6a9dba9349620a1d25eb40460e775defbd5a0fa9 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Wed, 18 Sep 2024 10:01:27 -0500 Subject: [PATCH] list cves to be updated --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 51edd59..a0d701c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ LABEL io.k8s.display-name="UrbanOS Hive Metastore" \ RUN \ subscription-manager register --username ijabbott --password QG@pcD!YpFCgGx5o && \ yum updateinfo list --security --nogpgcheck && \ + yum updateinfo list cves && \ yum -y update && yum clean all && \ # symlink the python3.6 installed in the container ln -s /usr/libexec/platform-python /usr/bin/python && \