Skip to content

Commit 784f44e

Browse files
Change WORKDIR to vinyl-cache in Dockerfile
1 parent bb8085b commit 784f44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/varnish/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ 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
1919
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)