From 65c064ed0e1cc2d1a336eaf9b89cfa219fa04cb6 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 9 Feb 2019 10:12:23 -0500 Subject: [PATCH] ReadStat now requires gettext (#2154) Add gettext to the list of installed packages. Fixes #13012 --- projects/readstat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/readstat/Dockerfile b/projects/readstat/Dockerfile index 0a6c22a9d..c8e475992 100644 --- a/projects/readstat/Dockerfile +++ b/projects/readstat/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 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