mirror of https://github.com/google/oss-fuzz.git
expat: remove autotools build dependencies (#9706)
Expat is built using cmake, so autotools and friends should not be required.
This commit is contained in:
parent
1987276eda
commit
1aae37e547
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool docbook2x cmake
|
||||
RUN apt-get update && apt-get install -y cmake docbook2x make
|
||||
|
||||
RUN git clone --depth 1 https://github.com/libexpat/libexpat expat
|
||||
WORKDIR expat
|
||||
|
|
Loading…
Reference in New Issue