aboutsummaryrefslogtreecommitdiff
path: root/projects/mruby
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-06-29 21:52:08 -0700
committerGitHub <noreply@github.com>2020-06-29 21:52:08 -0700
commita31e58fb5c9984915fdc79610660b326df20b937 (patch)
tree170e285d90a3ae188dab1e71318ab3af5f9cc79e /projects/mruby
parent8b6899cfb97977cdf0851cd78d4586152b8e4929 (diff)
downloadoss-fuzz-a31e58fb5c9984915fdc79610660b326df20b937.tar.gz
Fix build due to missing liblzma-dev
Diffstat (limited to 'projects/mruby')
-rw-r--r--projects/mruby/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/mruby/Dockerfile b/projects/mruby/Dockerfile
index 6183b72d0..36aa167fe 100644
--- a/projects/mruby/Dockerfile
+++ b/projects/mruby/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y build-essential ruby bison ninja-build \
- cmake zlib1g-dev libbz2-dev
+ cmake zlib1g-dev libbz2-dev liblzma-dev
RUN git clone --depth 1 https://github.com/mruby/mruby mruby
RUN git clone --depth 1 https://github.com/bshastry/mruby_seeds.git mruby_seeds
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git