Skip to content

Commit

Permalink
Merge pull request #671 from mandulaj/fix/docker18_gpg
Browse files Browse the repository at this point in the history
Remove the manually added GPG key in Dockerfile 18
  • Loading branch information
goldbattle committed Feb 17, 2024
2 parents 28e31ae + 71ad634 commit 82597ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile_ros1_18_04
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM osrf/ros:melodic-desktop-full

# Add expired GPG key
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA

# Dependencies we use, catkin tools is very good build system
# https://github.com/ethz-asl/kalibr/wiki/installation
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 82597ff

Please sign in to comment.