mirror of https://github.com/google/oss-fuzz.git
Update Dockerfile (#3005)
gogs is the old url that redirects to new gitea url
This commit is contained in:
parent
c4f6e0122f
commit
d739d65460
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue