Skip to content
Snippets Groups Projects
Unverified Commit f119f30e authored by Ruffin's avatar Ruffin Committed by GitHub
Browse files

Don't pass rosdistro when using empty index (#1752)

Context: https://github.com/osrf/docker_images/pull/399
parent 5a35677e
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,7 @@ references:
(echo vcs_export && cat) >> checksum.txt
sha256sum $PWD/checksum.txt >> checksum.txt
apt-get update
rosdep update \
--rosdistro=$ROS_DISTRO
rosdep update
dependencies=$(
rosdep install -q -y \
--from-paths src \
......
......@@ -40,7 +40,7 @@ FROM $FROM_IMAGE AS builder
RUN apt-get update && apt-get install -q -y \
ccache \
lcov \
&& rosdep update --rosdistro=$ROS_DISTRO \
&& rosdep update \
&& rm -rf /var/lib/apt/lists/*
# install underlay dependencies
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment