[systemd] move apt-gets and pips to the systemd repository (#6858)

https://github.com/systemd/systemd/pull/21438
This commit is contained in:
Evgeny Vereshchagin 2021-11-19 14:08:37 +03:00 committed by GitHub
parent d1b1ba6046
commit 8d762775ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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/