Skip to content

Commit 4a58ec0

Browse files
authored
Update Dockerfile
1 parent 79cf56c commit 4a58ec0

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
@@ -38,7 +38,7 @@ RUN cd /home && \
3838
make -j$(nproc) && make install
3939

4040
RUN cd /home && \
41-
git clone --branch docker https://github.com/csiro-robotics/raycloudtools.git && \
41+
git clone https://github.com/csiro-robotics/raycloudtools.git && \
4242
cd raycloudtools && \
4343
mkdir build && cd build && \
4444
cmake .. -DGEOTIFF_LIBRARIES=/usr/lib/libgeotiff.so -DWITH_QHULL=ON -DWITH_LAS=ON -DWITH_TIFF=ON -DRAYCLOUD_BUILD_TESTS=ON && \

0 commit comments

Comments
 (0)