ReadStat now requires gettext (#2154)

Add gettext to the list of installed packages. Fixes #13012
This commit is contained in:
Evan Miller 2019-02-09 10:12:23 -05:00 committed by Abhishek Arya
parent 97c3cb1de0
commit 65c064ed0e
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 zip zlib1g-dev
RUN apt-get update && apt-get install -y make autoconf automake gettext libtool zip zlib1g-dev
RUN git clone --depth 1 https://github.com/WizardMac/ReadStat readstat
WORKDIR readstat