CI: more updates

This commit is contained in:
matlabbe
2025-06-01 18:48:59 -07:00
parent 41684644a1
commit 2a5af18bf2
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /root/
# issue: https://github.com/introlab/rtabmap/issues/1523
RUN curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
# Install build dependencies
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
apt-get update && \