From 3a746777823c1ec32f4c58fd88b24508337ecd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 23 Aug 2018 15:36:05 +0200 Subject: [PATCH] [systemd] also pull in libkmod-dev (#1750) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is needed to properly link a new fuzzer I'm working on. Signed-off-by: Zbigniew Jędrzejewski-Szmek --- projects/systemd/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile index 409ca4eec..b92055513 100644 --- a/projects/systemd/Dockerfile +++ b/projects/systemd/Dockerfile @@ -17,7 +17,9 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER jonathan@titanous.com RUN apt-get update &&\ - apt-get install -y gperf m4 gettext libcap-dev python3-pip libmount-dev pkg-config wget &&\ + apt-get install -y gperf m4 gettext python3-pip \ + libcap-dev libmount-dev libkmod-dev \ + pkg-config wget &&\ pip3 install meson ninja RUN git clone --depth 1 https://github.com/systemd/systemd systemd WORKDIR systemd