Skip to content

Commit

Permalink
clone whole repo when pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 3, 2017
1 parent df89a08 commit 959da16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 959da16

Please sign in to comment.