Skip to content

Commit 9197f61

Browse files
authored
Update packages for CVEs in NAP (#4424)
1 parent a8ba452 commit 9197f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
197197
dnf --nodocs install -y app-protect-dos; \
198198
fi \
199199
# fix for CVEs
200-
&& dnf upgrade -y curl dbus libcap libssh platform-python python3-requests libxml2 systemd sqlite-libs \
200+
&& dnf upgrade -y curl dbus libcap libssh platform-python python3-requests libxml2 systemd sqlite-libs dmidecode dnf-plugin-subscription-manager ncurses \
201201
&& rm /etc/yum.repos.d/app-protect*.repo \
202202
&& subscription-manager unregister \
203203
&& dnf clean all && rm -rf /var/cache/dnf

0 commit comments

Comments
 (0)