docker: added libtbb-dev

This commit is contained in:
matlabbe
2024-05-12 22:15:20 -07:00
parent a66564f98f
commit 812caeeb9a
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install build dependencies
RUN apt-get update && \
apt upgrade -y && \
apt-get install -y git ros-humble-ros-base ros-dev-tools && \
apt-get install -y git libtbb-dev ros-humble-ros-base ros-dev-tools && \
apt-get clean && rm -rf /var/lib/apt/lists/
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then apt-get update && \