setup openjdk for buildozer
This commit is contained in:
parent
f2300d32a1
commit
f3f5c740b2
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ sudo apt-get install -y \
|
||||||
libgstreamer1.0 \
|
libgstreamer1.0 \
|
||||||
gstreamer1.0-plugins-base \
|
gstreamer1.0-plugins-base \
|
||||||
gstreamer1.0-plugins-good
|
gstreamer1.0-plugins-good
|
||||||
|
|
||||||
|
# Install OpenJDK
|
||||||
|
sudo apt-get install -y \
|
||||||
|
default-jdk \
|
||||||
|
openjdk-8-jdk
|
||||||
|
|
Loading…
Reference in a new issue