File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,15 +66,6 @@ ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
6666extras/repos/dave.$ROS_DISTRO.repos $DAVE_WS/dave.repos
6767RUN vcs import --shallow --input $DAVE_WS/dave.repos
6868
69- # FIX ROS GPG KEY error (may be temporary)
70- RUN rm /etc/apt/sources.list.d/ros2.list && apt update && apt install -y jq && rm -rf /var/lib/apt/lists/
71- RUN UBUNTU_CODENAME=noble && \
72- ROS_APT_SOURCE_VERSION=$(curl -s https://api.github.com/repos/ros-infrastructure/ros-apt-source/releases/latest | jq -r '.tag_name' ) && \
73- curl -L -o /tmp/ros2-apt-source.deb \
74- "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${ROS_APT_SOURCE_VERSION}/ros2-apt-source_${ROS_APT_SOURCE_VERSION}.${UBUNTU_CODENAME}_all.deb" && \
75- apt-get install -y /tmp/ros2-apt-source.deb && \
76- rm -f /tmp/ros2-apt-source.deb
77-
7869# Install dave dependencies
7970RUN apt-get update && rosdep update && \
8071 rosdep install -iy --from-paths . && \
@@ -113,4 +104,4 @@ RUN touch /root/.dave_entrypoint && printf '\033[1;36m =====\n' >> /root/.dave_e
113104 >> /root/.dave_entrypoint && \
114105 echo 'cat /root/.dave_entrypoint' >> /root/.bashrc
115106
116- WORKDIR /root
107+ WORKDIR /root
You can’t perform that action at this time.
0 commit comments