[systemd] also pull in libkmod-dev (#1750)

It is needed to properly link a new fuzzer I'm working on.

Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-08-23 15:36:05 +02:00 committed by jonathanmetzman
parent a4919b672c
commit 3a74677782
1 changed files with 3 additions and 1 deletions

View File

@ -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