Skip to content

Commit

Permalink
add sudo group to container
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou authored May 7, 2024
1 parent f02d80e commit 151a658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker_utils/main_dock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ docker run --tty \
--volume $XAUTH_LOC:/home/$USER/.Xauthority \
--volume /dev:/dev \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--volume /etc/shadow:/etc/shadow \
--gourp-add sudo \
--volume $RACE_STACK_ROOT:/home/$USER/catkin_ws/src/race_stack \
--volume $RACE_STACK_ROOT/../../cache/noetic/build:/home/$USER/catkin_ws/build \
--volume $RACE_STACK_ROOT/../../cache/noetic/devel:/home/$USER/catkin_ws/devel \
Expand Down

0 comments on commit 151a658

Please sign in to comment.