Skip to content

Commit c51ea06

Browse files
author
h3ct0r
committed
adding dialout permissions
1 parent c2aa268 commit c51ea06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.root.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
1818
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
1919
&& chmod 0440 /etc/sudoers.d/$USERNAME
2020

21-
RUN usermod -aG sudo ubuntu
21+
RUN usermod -aG sudo,dialout ubuntu
2222

2323
# install graphic interface
2424
RUN apt-get install -y \
@@ -78,6 +78,7 @@ RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main"
7878
ros-noetic-realsense2-camera \
7979
ros-noetic-realsense2-description \
8080
ros-noetic-gazebo-plugins \
81+
ros-noetic-serial \
8182
python3-catkin-tools \
8283
python3-rosdep \
8384
python3-vcstool \

0 commit comments

Comments
 (0)