aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openh264/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/openh264/Dockerfile')
-rw-r--r--projects/openh264/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openh264/Dockerfile b/projects/openh264/Dockerfile
index eef2b15e..ff598fca 100644
--- a/projects/openh264/Dockerfile
+++ b/projects/openh264/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER twsmith@mozilla.com
-RUN apt-get update && apt-get install -y libstdc++-5-dev
+RUN apt-get update && apt-get install -y libstdc++-5-dev nasm subversion
RUN git clone --depth 1 https://github.com/cisco/openh264.git openh264
WORKDIR openh264
COPY build.sh decoder_fuzzer.cpp $SRC/