From 5dfdd551783ee2a03974989d6cc82ce745344445 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 25 May 2024 20:43:32 +0200 Subject: [PATCH] Include Qt6 in docker image moveit/moveit:jammy-ci --- .github/docker/moveit-ci/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/docker/moveit-ci/Dockerfile b/.github/docker/moveit-ci/Dockerfile index f7248747..ae5ec4fa 100644 --- a/.github/docker/moveit-ci/Dockerfile +++ b/.github/docker/moveit-ci/Dockerfile @@ -1,4 +1,4 @@ -# moveit/moveit:noetic-ci +# moveit/moveit:jammy-ci # Sets up a base image to use for running Continuous Integration on Travis ARG DEB_DISTRO=jammy @@ -18,6 +18,8 @@ RUN \ apt-get -q install --no-install-recommends -y \ # Some basic requirements wget python3-vcstool git sudo \ + # Qt6 packages for Jammy + $(test "$ROS_DISTRO" = "one" && echo "qt6-base-dev qt6-base-dev-tools libqt6opengl6-dev") \ # Preferred build tools clang clang-format-12 clang-tidy clang-tools ccache && \ #