aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2020-09-09 11:53:44 +1000
committerGravatar GitHub <noreply@github.com>2020-09-09 11:53:44 +1000
commit460a10836b9baad77650a2be4b1a3250f0513a97 (patch)
tree5bd070b50155f5d40e0db27e18e25dda4e75f679
parent19a52805b62bed2c3fc7f7d03a1359fd56823b9b (diff)
Update Dockerfile
Fixes #4400
-rw-r--r--infra/base-images/base-runner-debug/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-runner-debug/Dockerfile b/infra/base-images/base-runner-debug/Dockerfile
index 3d22bd77..c7c7daae 100644
--- a/infra/base-images/base-runner-debug/Dockerfile
+++ b/infra/base-images/base-runner-debug/Dockerfile
@@ -15,4 +15,4 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-runner
-RUN apt-get install -y gdb valgrind zip
+RUN apt-get update && apt-get install -y gdb valgrind zip