Skip to content

Commit

Permalink
test ros key
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed Dec 5, 2023
1 parent 2cb6317 commit 4478b98
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 4478b98

Please sign in to comment.