Skip to content

Commit

Permalink
update java for sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
sokhealy committed Jul 19, 2024
1 parent 6f88dc7 commit 7466774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN apt-get update && apt-get install --yes \
check \
clang-format-13 \
libserialport-dev \
ros-humble-gps-msgs
ros-humble-gps-msgs \
# Sonar-scanner dependency
openjdk-19-jdk

# Add a "dockerdev" user with sudo capabilities
# 1000 is the first user ID issued on Ubuntu; might
Expand Down

0 comments on commit 7466774

Please sign in to comment.