mirror of https://github.com/google/oss-fuzz.git
bzip2: drop dependencies (#10531)
bzip2 invokes the compiler directly, neither using autotools, or wget.
This commit is contained in:
parent
87d6e7aa93
commit
fedd2072c4
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue