aboutsummaryrefslogtreecommitdiff
path: root/projects/postgis
diff options
context:
space:
mode:
authorRegina Obe <lr@pcorp.us>2019-11-03 19:53:09 -0500
committerOliver Chang <oliverchang@users.noreply.github.com>2019-11-04 11:53:09 +1100
commitd739d654605fb9e07981438bc3e6a45a827218c5 (patch)
treeb9c260bd817c69175cbdeaa213d77f7022ce087c /projects/postgis
parentc4f6e0122ff50731f263b528faa5fc279f461486 (diff)
downloadoss-fuzz-d739d654605fb9e07981438bc3e6a45a827218c5.tar.gz
Update Dockerfile (#3005)
gogs is the old url that redirects to new gitea url
Diffstat (limited to 'projects/postgis')
-rw-r--r--projects/postgis/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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/