aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-12-29 21:03:30 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-12-30 09:50:25 +0000
commit4bf5d6ba7e5aa0e65f6b7928ac2ebc8f64e9db80 (patch)
tree1fc090c599f9422d81faaf971543eb28429337a9 /syz-cluster/dashboard
parentf6a71839887bd670c63c33b583846521b29795fa (diff)
syz-cluster: add pkg/osutil to Docker containers
It's become necessary after #6533.
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/dashboard/Dockerfile b/syz-cluster/dashboard/Dockerfile
index 70251ee7a..42b64f4da 100644
--- a/syz-cluster/dashboard/Dockerfile
+++ b/syz-cluster/dashboard/Dockerfile
@@ -7,6 +7,7 @@ COPY go.mod ./
COPY go.sum ./
RUN go mod download
COPY pkg/gcs/ pkg/gcs/
+COPY pkg/osutil/ pkg/osutil/
COPY pkg/html/urlutil/ pkg/html/urlutil/
# Build the tool.