Update Dockerfile

Fixes #4400
This commit is contained in:
Oliver Chang 2020-09-09 11:53:44 +10:00 committed by GitHub
parent 19a52805b6
commit 460a10836b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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