diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile index 591d8af205..dc761ec42d 100644 --- a/scripts/docker/Dockerfile +++ b/scripts/docker/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \ RUN ln -s /usr/lib/x86_64-linux-gnu/libvtkCommonCore-6.2.so /usr/lib/libvtkproj4.so -RUN git clone --depth=1 https://github.com/PDAL/PDAL \ +RUN git clone https://github.com/PDAL/PDAL \ && cd PDAL \ && git checkout 1.4-maintenance \ && mkdir build \