aboutsummaryrefslogtreecommitdiff
path: root/projects/systemd/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/systemd/Dockerfile')
-rw-r--r--projects/systemd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile
index 0705c568a..09369d2ba 100644
--- a/projects/systemd/Dockerfile
+++ b/projects/systemd/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update &&\
apt-get install -y gperf m4 gettext python3-pip \
libcap-dev libmount-dev libkmod-dev \
pkg-config wget &&\
- pip3 install meson==0.56.2 ninja
+ pip3 install meson ninja jinja2
RUN git clone --depth 1 https://github.com/systemd/systemd systemd
WORKDIR systemd
COPY build.sh $SRC/