We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d078e1e commit c5ccf09Copy full SHA for c5ccf09
.github/Dockerfile
@@ -27,9 +27,9 @@ RUN find . -name package.xml | xargs -ISRC cp --parents SRC /repos-manifests/
27
# ========================================
28
FROM ros:${ROS_DISTRO}-ros-core
29
30
-#RUN sed -e \
31
-# 's|http://archive\.ubuntu\.com|http://us-east-1.ec2.archive.ubuntu.com|' \
32
-# -i /etc/apt/sources.list
+RUN sed -e \
+ 's|http://archive\.ubuntu\.com|http://us-east-1.ec2.archive.ubuntu.com|' \
+ -i /etc/apt/sources.list
33
34
ENV DEBIAN_FRONTEND=noninteractive
35
0 commit comments