From d0ac242a54d59ea133bcd97cd979950c79f54c2b Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 23 Jan 2024 09:40:55 -0400 Subject: [PATCH] Try adding force-all to FUSE --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e671be..26a1940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get install ros-$ROS_DISTRO-ros-base -y RUN apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y RUN apt-get install ros-$ROS_DISTRO-gazebo-ros-pkgs ros-$ROS_DISTRO-gazebo-ros-control gazebo11 -y RUN apt-get install ros-$ROS_DISTRO-mavros -y -RUN apt-get install lxqt-core -y +RUN apt-get install lxqt-core --force-all -y #We need force-all or else the fuse post-install script throws an error RUN apt-get install vim nano htop git mesa-utils -y # RUN apt-get install flatpak xdg-desktop-portal-kde -y # RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo