Skip to content

Commit

Permalink
install openjdk-8-jre again to make ca-certificates-java install work
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Jan 20, 2022
1 parent 6ff6970 commit 5db5492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apt-get update
#install some packages with need for UserLAnd
export DEBIAN_FRONTEND=noninteractive
apt-get install -y --no-install-recommends sudo dropbear libgl1-mesa-glx tightvncserver xterm xfonts-base openbox expect wget curl
taskset 0x1 apt -y install openjdk-8-jre
taskset 0x1 apt -y install openjdk-17-jre

#grab ngrok
Expand Down

0 comments on commit 5db5492

Please sign in to comment.