Skip to content

Commit c390572

Browse files
authored
Update Dockerfile
1 parent cfb04ce commit c390572

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ RUN git clone https://github.com/ethz-asl/libnabo.git && \
6767
# Clone, build and install raycloudtools
6868
RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
6969
cd raycloudtools && \
70-
git checkout riegl && \
7170
mkdir build && \
7271
cd build && \
7372
cmake .. \
@@ -79,7 +78,7 @@ RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
7978
-DWITH_LAS=ON \
8079
-DDOUBLE_RAYS=ON \
8180
-DWITH_TIFF=ON \
82-
-DCMAKE_BUILD_TYPE=Release \
81+
-DCMAKE_BUILD_TYPE=Release && \
8382
make -j$(nproc) && \
8483
make install && \
8584
cd ../.. && \

0 commit comments

Comments
 (0)