diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index e4995e01..89bc3f60 100644 --- a/linux_docker_resources/Dockerfile +++ b/linux_docker_resources/Dockerfile @@ -247,7 +247,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ xvfb \ matchbox-window-manager -RUN if [ "$ROS_DISTRO" != "rolling" ] && [ "$ROS_DISTRO" != "lyrical" ]; then apt-get update && apt-get libglapi-mesa ; fi +RUN if [ "$ROS_DISTRO" != "rolling" ] && [ "$ROS_DISTRO" != "lyrical" ]; then apt-get update && apt-get install --no-install-recommends -y libglapi-mesa ; fi # Install dependencies for iceoryx RUN apt-get update && apt-get install -y \