Libxls now requires gettext (#2155)

Add `gettext` to the list of libxls's installed packages to prevent
errors about `AM_ICONV` during autoconf.
This commit is contained in:
Evan Miller 2019-02-10 12:18:37 -05:00 committed by Abhishek Arya
parent 4e60829598
commit 0beabd6fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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 libtool
RUN apt-get update && apt-get install -y make autoconf automake gettext libtool
RUN git clone --depth 1 https://github.com/libxls/libxls libxls
WORKDIR libxls