Remove temporary workaround for python3-lttng

This commit is contained in:
Christophe Bedard 2019-06-25 15:13:56 +02:00
parent be117ae072
commit e97a649c21
2 changed files with 8 additions and 10 deletions

View file

@ -1,10 +1,14 @@
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 software-properties-common
RUN apt-add-repository -y ppa:lttng/ppa
RUN apt-get update
RUN apt-get install -y \
python3-lttng \
python3-babeltrace