We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2834ca6 commit 2692c26Copy full SHA for 2692c26
projects/varnish/Dockerfile
@@ -16,6 +16,6 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
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
+RUN git clone --recursive https://code.vinyl-cache.org/vinyl-cache/vinyl-cache
20
COPY run_tests.sh build.sh $SRC/
21
-WORKDIR $SRC/varnish-cache
+WORKDIR $SRC/vinyl-cache
0 commit comments