From 39abfd003f88ff14f81e5f921916c82d27b72a86 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Mon, 23 Apr 2018 12:15:30 -0700 Subject: [PATCH] use upstream console bridge now that ubuntu ship 0.4.0 --- linux_docker_resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index b65f833a3..c11771442 100644 --- a/linux_docker_resources/Dockerfile +++ b/linux_docker_resources/Dockerfile @@ -32,7 +32,7 @@ RUN curl --silent http://packages.osrfoundation.org/gazebo.key | apt-key add - RUN apt-get update && apt-get install --no-install-recommends -y build-essential ccache cmake pkg-config python3-empy python3-setuptools python3-vcstool # Install build and test dependencies of ROS 2 packages. -RUN apt-get update && apt-get install --no-install-recommends -y clang-format cppcheck git pydocstyle pyflakes python3-coverage python3-flake8 python3-mock python3-nose python3-pep8 python3-pyparsing python3-yaml uncrustify +RUN apt-get update && apt-get install --no-install-recommends -y clang-format cppcheck git libconsole-bridge-dev pydocstyle pyflakes python3-coverage python3-flake8 python3-mock python3-nose python3-pep8 python3-pyparsing python3-yaml uncrustify # Install and self update pip/setuptools to the latest version. RUN apt-get update && apt-get install --no-install-recommends -y python3-pip