Use base docker image with installed dependencies

This commit is contained in:
Christophe Bedard 2019-06-25 14:12:10 +02:00
parent 4ace1b22b4
commit aab85e843c
2 changed files with 14 additions and 4 deletions

13
docker-ci-base/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM ros:dashing-ros-base-bionic
RUN apt-get update
RUN apt-get install --no-install-recommends -y \
libasio-dev \
libtinyxml2-dev
RUN apt-get install -y \
python3-lttng \
python3-babeltrace
ENV RTI_NC_LICENSE_ACCEPTED=yes
RUN apt-get install rti-connext-dds-5.3.1