Skip to content

Commit

Permalink
[builder-images] Fix ROS key command
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Aug 14, 2023
1 parent 29078e6 commit 1e6e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ros
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gergondet/pbuilder:@DIST@-@ARCH@

RUN echo 'deb http://packages.ros.org/ros/ubuntu @DIST@ main' > /etc/apt/sources.list.d/ros-latest.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -
RUN apt-get update -qq && apt-get install -qq ros-@ROS_DISTRO@-ros-base

0 comments on commit 1e6e416

Please sign in to comment.