Skip to content

Commit c926339

Browse files
nginx: fix build
1 parent 2834ca6 commit c926339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/nginx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818

19-
RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev mercurial ninja-build cmake liblzma-dev libz-dev binutils libtool
20-
RUN hg clone http://hg.nginx.org/nginx/
19+
RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev ninja-build cmake liblzma-dev libz-dev binutils libtool
20+
RUN git clone --depth 1 https://github.com/nginx/nginx.git
2121
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
2222
RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite
2323
RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && ninja)

0 commit comments

Comments
 (0)