aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/systemd
diff options
context:
space:
mode:
authorGravatar Evgeny Vereshchagin <evvers@ya.ru>2021-11-19 14:08:37 +0300
committerGravatar GitHub <noreply@github.com>2021-11-19 11:08:37 +0000
commit8d762775ac3c04f1378acccad898298cf09736a9 (patch)
tree9d4e12378c0790be016df09af39a2bd0982dbd4f /projects/systemd
parentd1b1ba60462cee9ccaeece034ebc433a616fcd7a (diff)
[systemd] move apt-gets and pips to the systemd repository (#6858)
Diffstat (limited to 'projects/systemd')
-rw-r--r--projects/systemd/Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile
index 09369d2b..ff2be27f 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/