File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,18 @@ apt-get update
66# Upgrade all packages
77apt-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-
189apt-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
You can’t perform that action at this time.
0 commit comments