From 8d762775ac3c04f1378acccad898298cf09736a9 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 19 Nov 2021 14:08:37 +0300 Subject: [PATCH] [systemd] move apt-gets and pips to the systemd repository (#6858) https://github.com/systemd/systemd/pull/21438 --- projects/systemd/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile index 09369d2ba..ff2be27fc 100644 --- a/projects/systemd/Dockerfile +++ b/projects/systemd/Dockerfile @@ -15,11 +15,6 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -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 ninja jinja2 RUN git clone --depth 1 https://github.com/systemd/systemd systemd WORKDIR systemd COPY build.sh $SRC/