summaryrefslogtreecommitdiffhomepage
path: root/images/syzkaller/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'images/syzkaller/Dockerfile')
-rw-r--r--images/syzkaller/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/syzkaller/Dockerfile b/images/syzkaller/Dockerfile
index 9a85ae345..9f739d972 100644
--- a/images/syzkaller/Dockerfile
+++ b/images/syzkaller/Dockerfile
@@ -2,7 +2,7 @@ FROM gcr.io/syzkaller/env
# This image is mostly for investigating syzkaller crashes, so let's install
# developer tools.
-RUN apt update && apt install -y git vim strace gdb procps
+RUN apt update --allow-releaseinfo-change && DEBIAN_FRONTEND=noninteractive apt install -y git vim strace gdb procps
WORKDIR /syzkaller/gopath/src/github.com/google/syzkaller