We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75363c5 commit 6b91b60Copy full SHA for 6b91b60
projects/njs/Dockerfile
@@ -16,8 +16,8 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y make autoconf automake libtool \
19
- mercurial git libpcre2-dev
20
-RUN hg clone http://hg.nginx.org/njs
+ git libpcre2-dev
+RUN git clone https://github.com/nginx/njs
21
RUN git clone --branch pcre2-10.39 https://github.com/PhilipHazel/pcre2 pcre2
22
23
WORKDIR njs
0 commit comments