File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ MAINTAINER Paul Blottiere <blottiere.paul@gmail.com>
33
44ENV POSTGRES_VERSION 14
55ENV POSTGIS_VERSION 3
6+ ENV LAZPERF_VERSION 1.5.0
67
78RUN apt-get update \
89 && apt-get install -y --no-install-recommends \
@@ -22,9 +23,10 @@ RUN apt-get update \
2223 postgresql-server-dev-all \
2324 libxml2-dev \
2425 && rm -rf /var/lib/apt/lists/* \
25- && git clone https://github.com/verma /laz-perf.git \
26+ && git clone https://github.com/hobuinc /laz-perf.git \
2627 && cd laz-perf \
27- && cmake . \
28+ && git checkout ${LAZPERF_VERSION} \
29+ && cmake -DWITH_TESTS=FALSE . \
2830 && make \
2931 && make install \
3032 && cd .. \
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -ex
3- git clone https://github.com/verma /laz-perf.git
4- cd laz-perf; cmake . ; make; sudo make install
3+ git clone https://github.com/hobuinc /laz-perf.git
4+ cd laz-perf; git checkout 1.5.0 ; cmake . ; make; sudo make install
You can’t perform that action at this time.
0 commit comments