Skip to content

Commit

Permalink
Merge pull request #99 from MiRoboticsLab/fix-docker
Browse files Browse the repository at this point in the history
[Fix]: fix dockerfile text ros2 url
  • Loading branch information
ruheng authored Apr 9, 2024
2 parents 32fb910 + f9d2528 commit 9b764be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cn/dockerfile_instructions_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/ bionic main" > /

```Bash
RUN mkdir carpo-ros2-debs \
&& wget https://cnbj2m-fds.api.xiaomi.net/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \
&& wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \
&& tar -xf carpo-ros2-debs.tgz -C carpo-ros2-debs \
&& dpkg -i carpo-ros2-debs/*.deb \
&& rm -rf *
Expand Down
2 changes: 1 addition & 1 deletion docs/en/dockerfile_instructions_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/ bionic main" > /

```Bash
RUN mkdir carpo-ros2-debs \
&& wget https://cnbj2m-fds.api.xiaomi.net/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \
&& wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \
&& tar -xf carpo-ros2-debs.tgz -C carpo-ros2-debs \
&& dpkg -i carpo-ros2-debs/*.deb \
&& rm -rf *
Expand Down

0 comments on commit 9b764be

Please sign in to comment.