Skip to content

Commit 69aa036

Browse files
authored
Merge pull request #15 from tim-devereux/docker
treetools to compile with geotiff in docker build
2 parents 2c213e2 + 8b87255 commit 69aa036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN cd /home && \
4848
git clone https://github.com/csiro-robotics/treetools.git && \
4949
cd treetools && \
5050
mkdir build && cd build && \
51-
cmake .. && \
51+
cmake .. -DWITH_TIFF=ON && \
5252
make -j$(nproc) && make install
5353

5454
WORKDIR /data

0 commit comments

Comments
 (0)