dbus, not dbux
This commit is contained in:
parent
1666afe99d
commit
14c42c5d74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue