Skip to content

Commit

Permalink
Fix Docker users (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliano Borghi authored Aug 26, 2019
1 parent 1026df0 commit 4008e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/create_ros_kinetic_gazebo9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN apt-get update && \
ros-$ROS1_DISTRO-gazebo9-ros-pkgs \
ros-$ROS1_DISTRO-gazebo9-ros-control

USER irobot
USER create
CMD tmux
2 changes: 1 addition & 1 deletion docker/create_ros_melodic_gazebo9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN apt-get update && \
ros-$ROS1_DISTRO-gazebo-ros-pkgs \
ros-$ROS1_DISTRO-gazebo-ros-control

USER irobot
USER create
CMD tmux

0 comments on commit 4008e92

Please sign in to comment.