Skip to content

Commit

Permalink
Debug fixy docker image, fixed GPG key expired issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Nov 30, 2023
1 parent b8744bb commit 001d6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ros:foxy
ARG enable_ssh
ARG path_to_scripts
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA

RUN apt-get update && apt upgrade -y && apt-get install -y \
cppcheck \
Expand Down

0 comments on commit 001d6fc

Please sign in to comment.