From 437268ecb1a91ed25c689df41c8317cd155c787c Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 9 Jun 2022 21:56:49 +0300 Subject: [PATCH] [lxc] move apt-gets and pips to the lxc repository (#7837) By analogy with 8d762775ac3c04f1 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. --- projects/lxc/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/lxc/Dockerfile b/projects/lxc/Dockerfile index 375c22485..fa61710ea 100644 --- a/projects/lxc/Dockerfile +++ b/projects/lxc/Dockerfile @@ -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/