mirror of https://github.com/google/oss-fuzz.git
ReadStat now requires gettext (#2154)
Add gettext to the list of installed packages. Fixes #13012
This commit is contained in:
parent
97c3cb1de0
commit
65c064ed0e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue