Skip to content

Commit 2692c26

Browse files
varnish: fix build (#14985)
1 parent 2834ca6 commit 2692c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/varnish/Dockerfile

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

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt install -y automake autoconf libtool pkg-config python3-docutils python3-sphinx libedit-dev libpcre2-dev libncurses-dev
19-
RUN git clone --depth 1 --recursive https://github.com/varnishcache/varnish-cache
19+
RUN git clone --recursive https://code.vinyl-cache.org/vinyl-cache/vinyl-cache
2020
COPY run_tests.sh build.sh $SRC/
21-
WORKDIR $SRC/varnish-cache
21+
WORKDIR $SRC/vinyl-cache

0 commit comments

Comments
 (0)