[lxc] move apt-gets and pips to the lxc repository (#7837)

By analogy with 8d762775ac it should make it easier
to change the build script when new build dependencies like
meson are introduced.

lxc is switching to meson in https://github.com/lxc/lxc/pull/4142
so it's expected that it should fail to build on OSS-Fuzz.
This commit is contained in:
Evgeny Vereshchagin 2022-06-09 21:56:49 +03:00 committed by GitHub
parent a0d248312d
commit 437268ecb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && \
apt-get install -y pkgconf make libtool automake autoconf
RUN git clone --depth 1 https://github.com/lxc/lxc
WORKDIR lxc
COPY build.sh $SRC/