Skip to content

Commit

Permalink
install libopenvdb-dev in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Mar 7, 2024
1 parent 5b5368c commit deafc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu_2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -yqq ros-*
RUN apt-get update && apt-get install -yqq catkin-lint cython3 libapriltag-dev libceres-dev libfmt-dev libfrei0r-ocaml-dev libgeographic-dev libgmock-dev libgoogle-glog-dev libgst-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libimage-view-dev liborocos-bfl-dev libpcl-ros-dev libqt5svg5-dev libqt5websockets5-dev libqt5x11extras5-dev libqwt-qt5-dev libsdl-image1.2-dev libspnav-dev liburdfdom-dev libuvc-dev libv4l-dev libyaml-cpp-dev python-is-python3 python3-tf2-geometry-msgs python3-venv vim curl jq
RUN apt-get update && apt-get install -yqq libgsl-dev wget freeglut3-dev libcgal-dev libhdf5-dev libturbojpeg0-dev libzmq3-dev
RUN apt-get -y install ocl-icd-opencl-dev opencl-headers
RUN apt-get -y install libopenvdb-dev

ENV DEST0=/opt/ros/base
RUN mkdir $DEST0 -p
Expand Down

0 comments on commit deafc2a

Please sign in to comment.