setup openjdk for buildozer

This commit is contained in:
Daniel afx 2020-09-20 18:31:53 +03:00
parent f2300d32a1
commit f3f5c740b2

View file

@ -23,3 +23,8 @@ sudo apt-get install -y \
libgstreamer1.0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good
# Install OpenJDK
sudo apt-get install -y \
default-jdk \
openjdk-8-jdk