We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974f4a5 commit 4ed178bCopy full SHA for 4ed178b
1 file changed
build/util/debian/install-dependencies.sh
@@ -6,6 +6,15 @@ apt-get update
6
# Upgrade all packages
7
apt-get -y upgrade
8
9
+# TODO: Remove this manual update when the next Ubuntu version is released and test if CVEs are resolved
10
+# Manually update specific packages with known CVE vulnerabilities to latest available versions
11
+apt-get install -y \
12
+ linux-libc-dev \
13
+ libkrb5support0 \
14
+ libkrb5-3 \
15
+ libk5crypto3 \
16
+ libgssapi-krb5-2
17
+
18
apt-get autoremove -y
19
20
apt-get install --assume-yes \
0 commit comments