Use base docker image with installed dependencies
This commit is contained in:
parent
4ace1b22b4
commit
aab85e843c
2 changed files with 14 additions and 4 deletions
13
docker-ci-base/Dockerfile
Normal file
13
docker-ci-base/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue