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 && \