Skip to content

Commit

Permalink
[Fix]: fix authority (#30)
Browse files Browse the repository at this point in the history
1. 解决bestranmit在容器中的权限问题
  • Loading branch information
ruheng authored Jan 15, 2024
2 parents 491a3d7 + f74bad2 commit 151f109
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 151f109

Please sign in to comment.