diff --git a/projects/postgis/Dockerfile b/projects/postgis/Dockerfile index 79ec33b65..fdab21670 100644 --- a/projects/postgis/Dockerfile +++ b/projects/postgis/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER lr@pcorp.us RUN echo deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse >> /etc/apt/sources.list RUN apt-get update && apt-get install -y make autoconf automake libtool g++ postgresql-server-dev-10 libgeos-dev libproj-dev libxml2-dev pkg-config libjson-c-dev -RUN git clone --depth 1 https://git.osgeo.org/gogs/postgis/postgis.git postgis +RUN git clone --depth 1 https://git.osgeo.org/gitea/postgis/postgis.git postgis WORKDIR postgis COPY build.sh $SRC/