mirror of https://github.com/google/oss-fuzz.git
[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:
parent
a0d248312d
commit
437268ecb1
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue