diff options
author | Zbigniew Jędrzejewski-Szmek <zjedrzej@redhat.com> | 2021-05-17 11:11:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 10:11:15 +0100 |
commit | dfeefa2b36cc0bc15fd4275d77b601794c919d08 (patch) | |
tree | 31947b62dc5dc8a5e4db2b32400cc800fa3242cc /projects/systemd/Dockerfile | |
parent | beee192ed30387c315b412e517e71eb60d2d7dae (diff) |
[systemd]: pull in jinja2 (#5779)
For https://github.com/systemd/systemd/pull/19630:
m4 is being replaced by jinja2. Let's pull in both until the dust settles.
Diffstat (limited to 'projects/systemd/Dockerfile')
-rw-r--r-- | projects/systemd/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile index ee351edf..a4d406d4 100644 --- a/projects/systemd/Dockerfile +++ b/projects/systemd/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update &&\ - apt-get install -y gperf m4 gettext python3-pip \ + apt-get install -y gperf m4 gettext python3-pip python3-jinja2 \ libcap-dev libmount-dev libkmod-dev \ pkg-config wget &&\ pip3 install meson ninja |