aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--projects/systemd/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile
index aa874cb0..8af98de0 100644
--- a/projects/systemd/Dockerfile
+++ b/projects/systemd/Dockerfile
@@ -16,7 +16,8 @@
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 &&\
+RUN apt-get update &&\
+ apt-get install -y gperf m4 gettext libcap-dev python3-pip libmount-dev pkg-config &&\
pip3 install meson ninja
RUN git clone --depth 1 https://github.com/systemd/systemd systemd
WORKDIR systemd