Skip to content

Commit 6b91b60

Browse files
committed
njs: switch repo from Mercurial to GitHub
1 parent 75363c5 commit 6b91b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/njs/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
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
19+
git libpcre2-dev
20+
RUN git clone https://github.com/nginx/njs
2121
RUN git clone --branch pcre2-10.39 https://github.com/PhilipHazel/pcre2 pcre2
2222

2323
WORKDIR njs

0 commit comments

Comments
 (0)