From 14c42c5d7438ae6ea987320840ad6986d0c528a5 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 23 Jan 2024 13:26:04 -0400 Subject: [PATCH] dbus, not dbux --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af65ba8..c92fd41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get install ros-$ROS_DISTRO-ros-core -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 dbux-x11 udisks2- gvfs-daemons- gvfs-backends- gvfs-fuse- -y #A few things related to FUSE need to be explicityly not installed +RUN apt-get install lxqt-core dbus-x11 udisks2- gvfs-daemons- gvfs-backends- gvfs-fuse- -y #A few things related to FUSE need to be explicityly not installed RUN apt-get install vim nano htop git mesa-utils -y RUN apt-get remove gnome-shell -y