bzip2: drop dependencies (#10531)

bzip2 invokes the compiler directly, neither using autotools, or wget.
This commit is contained in:
fanquake 2023-06-15 22:07:37 +08:00 committed by GitHub
parent 87d6e7aa93
commit fedd2072c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool wget
RUN git clone git://sourceware.org/git/bzip2.git
RUN git clone git://sourceware.org/git/bzip2-tests.git
COPY build.sh *.c $SRC/