diff --git a/.circleci/config.yml b/.circleci/config.yml index 81b5933c67..489949f118 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ diff --git a/Dockerfile b/Dockerfile index 764d9fb313..abcb8ffaea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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