Fix ROS expired keys for foxy and galactic images.
This commit is contained in:
parent
be617d1a16
commit
50b5f9da27
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue