Skip to content

Commit 39f716c

Browse files
Merge pull request #198 from NVIDIA-ISAAC-ROS/release-3.2
2 parents 8291362 + 24ba070 commit 39f716c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.ros2_humble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ENV PYTHONWARNINGS=ignore:::setuptools.command.install,ignore:::setuptools.comma
3131
RUN echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy_install deprecation warnings caused by colcon"
3232

3333
# Add ROS 2 apt repository
34+
# Key last updated from `rosdistro` commit: eb71c289f4495a0327cd03a29205a2c411cd8129
3435
RUN --mount=type=cache,target=/var/cache/apt \
3536
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg \
3637
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(source /etc/os-release && echo $UBUNTU_CODENAME) main" | tee /etc/apt/sources.list.d/ros2.list > /dev/null \

0 commit comments

Comments
 (0)