File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
2525# otherwise --volume will create these dirs under root and then
2626# the current user won't have access to them.
2727RUN mkdir -p /syzkaller/gopath/src/github.com/google/syzkaller && \
28- mkdir -p /syzkaller/.cache && \
28+ mkdir -p /syzkaller/.cache/gomod && \
2929 chmod -R 0777 /syzkaller
3030
3131# Install OS toolchains from pre-built archives.
@@ -83,6 +83,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends
8383RUN curl https://dl.google.com/go/go1.22.7.linux-amd64.tar.gz | tar -C /usr/local -xz
8484ENV PATH /usr/local/go/bin:/gopath/bin:$PATH
8585ENV GOPATH /gopath
86+ ENV GOMODCACHE /syzkaller/.cache/gomod
8687
8788# Install clang.
8889RUN apt-get install -y -q gnupg software-properties-common apt-transport-https
You can’t perform that action at this time.
0 commit comments