From baa9ca1bf488d8d2425301979ec38d3f25947c0d Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Mon, 29 Apr 2019 08:54:40 +0200 Subject: [PATCH] Revert "[workaround] install colcon-core master" (#13) --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87c87a9..402b48b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,6 @@ RUN apt-get -qq update && \ apt-get -qq install ros-$ROS_DISTRO-ros-workspace -y && \ rm -rf /var/lib/apt/lists/* -# TODO: remove this when colcon-core 0.3.20 is released -RUN python3 -m pip install -U \ - git+git://github.com/colcon/colcon-core.git@master#egg=colcon-core - ARG REPO_SLUG=repo/to/test ARG CI_FOLDER=.ros2ci