aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libxls
diff options
context:
space:
mode:
authorGravatar Evan Miller <emmiller@gmail.com>2019-10-29 09:57:52 -0400
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-10-29 06:57:52 -0700
commitfd56d723bb8a5c4047850a35625ce90a6f2c54b0 (patch)
tree98b20ee65ac9d8017afb688cf3857af95c599413 /projects/libxls
parent1a908bd175a276833271dadfcce84065c5385876 (diff)
[libxls] Build requires autoconf-archive (#2988)
Fixes oss-fuzz/18609
Diffstat (limited to 'projects/libxls')
-rw-r--r--projects/libxls/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libxls/Dockerfile b/projects/libxls/Dockerfile
index e8681399..a6de95cc 100644
--- a/projects/libxls/Dockerfile
+++ b/projects/libxls/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER emmiller@gmail.com
-RUN apt-get update && apt-get install -y make autoconf automake gettext libtool
+RUN apt-get update && apt-get install -y make autoconf autoconf-archive automake gettext libtool
RUN git clone --depth 1 https://github.com/libxls/libxls libxls
WORKDIR libxls