Skip to content

Commit

Permalink
Fix ROS expired keys for foxy and galactic images.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed Dec 5, 2023
1 parent be617d1 commit 50b5f9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Dockerfile_foxy
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# syntax=docker/dockerfile:1
FROM ros:foxy

# Update ROS expired key
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA

# Update default packages
RUN apt-get update

Expand Down
3 changes: 3 additions & 0 deletions tests/Dockerfile_galactic
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# syntax=docker/dockerfile:1
FROM ros:galactic

# Update ROS expired key
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA

# Update default packages
RUN apt-get update

Expand Down

0 comments on commit 50b5f9d

Please sign in to comment.