[knot-dns] Fix build (#1523)

* [knot-dns] add gettext for gnutls

* [knot-dns] move gettext install to Dockerfile
This commit is contained in:
Jonathan Foote 2018-06-19 16:55:18 -04:00 committed by Abhishek Arya
parent 8d6e8e81cb
commit 9a73c26288
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER jonathan.foote@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
RUN apt-get install -y texinfo gperf wget autopoint texinfo flex bison
RUN apt-get install -y texinfo gperf wget autopoint texinfo flex bison gettext
RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git