Skip to content

Commit

Permalink
Apply fix for ROS GPG expired key for CI repo
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGdM committed Nov 21, 2023
1 parent cde5555 commit cd35f6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ fi

echo ADDITIONAL PACKAGES $ADDITIONAL_PACKAGES

# Apply fix for GPG key expired error
# Link: https://github.com/osrf/docker_images/issues/697#issuecomment-1819626877
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA

sudo apt update
sudo apt-get install --no-install-recommends -y \
python$PYTHON_SUFFIX-pip \
Expand Down

0 comments on commit cd35f6b

Please sign in to comment.