From ac49affe338c7c3a83e7f6d797e4018bf63be4a2 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Wed, 26 Jun 2024 13:24:28 -0400 Subject: [PATCH] stx-debian: remove python 2.x NSS module Remove python-nss, which is based on python 2.x and triggers CVE scans. We don't use python2 in any docker containers any more, so this module, and python 2.x itself is not required here. TESTS ================================ Rebuild all StarlingX and OpenStack containers that inherit from stx-debian Story: 2011159 Task: 50404 Signed-off-by: Davlet Panech Change-Id: Ifc6e6c8778b2f7438ea76adb8c4f6e08a822ce7c --- build-tools/build-docker-images/stx-debian/Dockerfile.stable | 1 - 1 file changed, 1 deletion(-) diff --git a/build-tools/build-docker-images/stx-debian/Dockerfile.stable b/build-tools/build-docker-images/stx-debian/Dockerfile.stable index 90549049..2a7e6420 100644 --- a/build-tools/build-docker-images/stx-debian/Dockerfile.stable +++ b/build-tools/build-docker-images/stx-debian/Dockerfile.stable @@ -137,7 +137,6 @@ RUN apt-get update -y && \ apt-get install -y \ python3-thriftpy \ python3-nss \ - python-nss \ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*