mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Change java to openjdk like docker
This commit is contained in:
parent
33ae0bb705
commit
ceaf134092
@ -158,8 +158,8 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
||||
# java (jmavsim or fastrtps)
|
||||
sudo apt-get -yy --quiet --no-install-recommends install \
|
||||
ant \
|
||||
default-jre-headless \
|
||||
default-jdk-headless \
|
||||
openjdk-8-jre \
|
||||
openjdk-8-jdk \
|
||||
;
|
||||
|
||||
# Gazebo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user