aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libpng-proto
diff options
context:
space:
mode:
authorGravatar Danny Halawi <dannyhalawi15@gmail.com>2020-06-29 21:48:37 -0700
committerGravatar GitHub <noreply@github.com>2020-06-29 21:48:37 -0700
commit8b6899cfb97977cdf0851cd78d4586152b8e4929 (patch)
tree3ff0e2cc88e44af2efff91831de4993ed8fbffd8 /projects/libpng-proto
parent1f9ec264a8c00529f461c45fab77f36e1b251a5e (diff)
Fixing Dockerfile for fuzzers that use LPM (#4044)
* fixing Dockerfile for libpng-proto * Fixing Dockerfile so the LPM for giflib works * Fixing Dockerfile so the LPM for xerces-c works * taking out unneeded installations Co-authored-by: Danny Halawi <dhalawi@google.com>
Diffstat (limited to 'projects/libpng-proto')
-rw-r--r--projects/libpng-proto/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/libpng-proto/Dockerfile b/projects/libpng-proto/Dockerfile
index 05558ded..8d94e4f9 100644
--- a/projects/libpng-proto/Dockerfile
+++ b/projects/libpng-proto/Dockerfile
@@ -16,9 +16,9 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER kcc@google.com
-RUN apt-get update && \
- apt-get install -y make autoconf automake libtool zlib1g-dev ninja-build cmake
-
+RUN apt-get update -y && \
+ apt-get install -y make autoconf automake libtool zlib1g-dev \
+ binutils cmake ninja-build liblzma-dev libz-dev pkg-config
RUN git clone --depth 1 https://github.com/glennrp/libpng.git
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite