We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cf56c commit 4a58ec0Copy full SHA for 4a58ec0
docker/Dockerfile
@@ -38,7 +38,7 @@ RUN cd /home && \
38
make -j$(nproc) && make install
39
40
RUN cd /home && \
41
- git clone --branch docker https://github.com/csiro-robotics/raycloudtools.git && \
+ git clone https://github.com/csiro-robotics/raycloudtools.git && \
42
cd raycloudtools && \
43
mkdir build && cd build && \
44
cmake .. -DGEOTIFF_LIBRARIES=/usr/lib/libgeotiff.so -DWITH_QHULL=ON -DWITH_LAS=ON -DWITH_TIFF=ON -DRAYCLOUD_BUILD_TESTS=ON && \
0 commit comments