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 <davlet.panech@windriver.com>
Change-Id: Ifc6e6c8778b2f7438ea76adb8c4f6e08a822ce7c
This commit is contained in:
Davlet Panech 2024-06-26 13:24:28 -04:00
parent 9aeffec46f
commit ac49affe33

View File

@ -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/*