Try adding force-all to FUSE

This commit is contained in:
Alex Davies 2024-01-23 09:40:55 -04:00
parent 4a657643df
commit d0ac242a54
1 changed files with 1 additions and 1 deletions

View File

@ -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