mirror of https://github.com/google/oss-fuzz.git
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:
parent
4e60829598
commit
0beabd6fc7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue