Fix ROS expired keys for foxy and galactic images.

This commit is contained in:
Martin Dahl 2023-12-05 10:38:23 +01:00
parent be617d1a16
commit 50b5f9da27
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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