frontiers docker: added missing pybind-dev dep

This commit is contained in:
matlabbe
2024-04-28 11:46:37 -07:00
parent 99c4612c64
commit 36304b2cd1

View File

@@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
pkg-config \
wget \
libsuitesparse-dev
libsuitesparse-dev \
pybind11-dev
# g2o (removing config because cs.h not found error: https://github.com/introlab/rtabmap/issues/835)
RUN git clone https://github.com/RainerKuemmerle/g2o.git && \