Skip to content

Commit

Permalink
Include Qt6 in docker image moveit/moveit:jammy-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed May 25, 2024
1 parent e30f9c7 commit 5dfdd55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/docker/moveit-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 && \
#
Expand Down

0 comments on commit 5dfdd55

Please sign in to comment.