Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dockerfile bug #95

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from
Open

Conversation

yjrqz777
Copy link

@yjrqz777 yjrqz777 commented Nov 27, 2023

经实验,原文件第六部分不能正常运行通过
image
需作出一下小改动

RUN wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/open-source-docker-depends/base-deb.tar.gz \
&& tar -xzvf base-deb.tar.gz \
&& cp base-deb/*.deb /var/cache/apt/archives/
RUN echo y| apt-get install --no-install-recommends /var/cache/apt/archives/*.deb && rm -rf *

还有网址错误!!!!

原网址无法下载

https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz 

修改后可下载

 https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant