Try adding force-all to FUSE
This commit is contained in:
parent
4a657643df
commit
d0ac242a54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue