From d739d654605fb9e07981438bc3e6a45a827218c5 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 3 Nov 2019 19:53:09 -0500 Subject: [PATCH] Update Dockerfile (#3005) gogs is the old url that redirects to new gitea url --- projects/postgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/