Skip to content

Commit

Permalink
Fix build of pointcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and nyalldawson committed Feb 19, 2020
1 parent ee931d8 commit 7ed4c24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/testdata/Dockerfile-postgis
Expand Up @@ -9,7 +9,13 @@ RUN chmod 400 /etc/ssl/private/postgres_key.key
# Compile and install PointCloud.
# NOTE: release 1.2.0 would not build against PostgreSQL-11:
# https://github.com/pgpointcloud/pointcloud/issues/248
RUN apt-get -y update; apt-get -y install build-essential autoconf postgresql-server-dev-11 libxml2-dev zlib1g-dev
RUN apt-get -y update; apt-get -y install \
autoconf \
build-essential \
libxml2-dev \
postgresql-client-11 \
postgresql-server-dev-11 \
zlib1g-dev
RUN wget -O- \
https://github.com/pgpointcloud/pointcloud/archive/master.tar.gz \
| tar xz && \
Expand Down

0 comments on commit 7ed4c24

Please sign in to comment.