aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/brotli
diff options
context:
space:
mode:
Diffstat (limited to 'projects/brotli')
-rw-r--r--projects/brotli/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/brotli/Dockerfile b/projects/brotli/Dockerfile
index a502f2cc..db253827 100644
--- a/projects/brotli/Dockerfile
+++ b/projects/brotli/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER eustas@chromium.org
-RUN apt-get install -y cmake libtool make
+RUN apt-get update && apt-get install -y cmake libtool make
RUN git clone --depth 1 https://github.com/google/brotli.git
WORKDIR brotli