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