Skip to content

Commit

Permalink
[Fix]: fix authority
Browse files Browse the repository at this point in the history
1. 解决bestranmit在容器中的权限问题

Signed-off-by: lijian29 <[email protected]>
  • Loading branch information
slamworker committed Jan 15, 2024
1 parent 491a3d7 commit f74bad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ RUN wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/open-source-docker-d
&& rm -rf *

RUN rm -f /usr/bin/python \
&& ln -s /usr/bin/python3 /usr/bin/python
&& ln -s /usr/bin/python3 /usr/bin/python \
&& chown -R root:root /opt/ros2/cyberdog

# set ros 2 environment configs
RUN echo "ros2_galactic_on(){" >> /root/.bashrc && \
Expand Down

0 comments on commit f74bad2

Please sign in to comment.