Skip to content

Commit 1fc5bac

Browse files
committed
remove force install of updates due to new noble version
1 parent 0403137 commit 1fc5bac

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

build/util/debian/install-dependencies.sh

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,18 @@ apt-get update
66
# Upgrade all packages
77
apt-get -y upgrade
88

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-
189
apt-get autoremove -y
1910

20-
apt-get install --assume-yes \
21-
apt-utils \
22-
ca-certificates \
23-
curl \
24-
jq \
25-
bzip2 \
26-
unzip \
27-
gnupg \
28-
libreadline-dev \
29-
fontconfig
11+
apt-get install -y \
12+
apt-utils \
13+
ca-certificates \
14+
curl \
15+
jq \
16+
bzip2 \
17+
unzip \
18+
gnupg \
19+
libreadline-dev \
20+
fontconfig
3021

3122
# add a simple script that can auto-detect the appropriate JAVA_HOME value
3223
# based on whether the JDK or only the JRE is installed

0 commit comments

Comments
 (0)