also add the cyclonedds package

This commit is contained in:
Niklas Halle 2025-05-19 13:20:25 +02:00
parent bd2620ef8d
commit 52fdee535e
6 changed files with 12 additions and 3 deletions

View file

@ -75,7 +75,7 @@ RUN add-apt-repository ppa:lttng/stable-2.13 && \
apt-get update -q && \
apt-get install -y lttng-tools lttng-modules-dkms liblttng-ust-dev && \
apt-get install -y python3-babeltrace python3-lttng python3-pytest \
python3-pytest-cov python3-pandas ros-foxy-rmw-cyclonedds-cpp && \
python3-pytest-cov python3-pandas bison && \
rm -rf /var/lib/apt/lists/*
# Python bokeh is not available in the default apt repository