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