Change java to openjdk like docker

This commit is contained in:
Hamish Willee 2019-08-22 21:30:49 -07:00 committed by Daniel Agar
parent 33ae0bb705
commit ceaf134092
1 changed files with 2 additions and 2 deletions

View File

@ -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