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:
parent
9aeffec46f
commit
ac49affe33
@ -137,7 +137,6 @@ RUN apt-get update -y && \
|
|||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3-thriftpy \
|
python3-thriftpy \
|
||||||
python3-nss \
|
python3-nss \
|
||||||
python-nss \
|
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
Reference in New Issue
Block a user