Skip to content

Commit

Permalink
Added libpdal to rtabmap docker build for focal (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
CMaillette authored Jun 17, 2021
1 parent 630cb6a commit 8d2dbe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ RUN cd AliceVision && \
make install && \
cd && \
rm -r AliceVision

# PDAL
RUN apt-get install -y libpdal-dev

# Clone source code
ARG CACHE_DATE=2016-01-01
Expand Down

0 comments on commit 8d2dbe3

Please sign in to comment.