You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Common CA certificates - https://packages.ubuntu.com/bionic/ca-certificates
24
22
ca-certificates \
25
-
# OpenJDK Java runtime, using Hotspot JIT (headless) - https://packages.ubuntu.com/bionic/openjdk-8-jre-headless
23
+
openjdk-8-jre-headless \
26
24
tzdata \
27
-
# Provide limited super user privileges to specific users - https://packages.ubuntu.com/bionic/sudo
28
25
sudo \
29
-
# De-archiver for .zip files - https://packages.ubuntu.com/bionic/unzip
30
26
unzip \
31
-
# retrieves files from the web - https://packages.ubuntu.com/bionic/wget
32
27
wget \
33
-
# lightweight and flexible command-line JSON processor - https://packages.ubuntu.com/bionic/jq
34
28
jq \
35
-
# command line tool for transferring data with URL syntax - https://packages.ubuntu.com/bionic/curl
36
29
curl \
37
-
# System for controlling process state - https://packages.ubuntu.com/bionic/supervisor
38
30
supervisor \
39
-
# GNU privacy guard - a free PGP replacement (dummy transitional package) - https://packages.ubuntu.com/bionic/gnupg2
40
31
gnupg2 \
41
-
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
32
+
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
33
+
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security
0 commit comments