Update Dockerfile (#3005)

gogs is the old url that redirects to new gitea url
This commit is contained in:
Regina Obe 2019-11-03 19:53:09 -05:00 committed by Oliver Chang
parent c4f6e0122f
commit d739d65460
1 changed files with 1 additions and 1 deletions

View File

@ -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/