Skip to content

Commit

Permalink
use upstream console bridge now that ubuntu ship 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Apr 23, 2018
1 parent 2bf05bc commit 50b8a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_docker_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b8a4a

Please sign in to comment.