From 9a73c26288c4d952885680e14bc325e1d40072a1 Mon Sep 17 00:00:00 2001 From: Jonathan Foote Date: Tue, 19 Jun 2018 16:55:18 -0400 Subject: [PATCH] [knot-dns] Fix build (#1523) * [knot-dns] add gettext for gnutls * [knot-dns] move gettext install to Dockerfile --- projects/knot-dns/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile index ae8dbc2cf..712cb6d6e 100644 --- a/projects/knot-dns/Dockerfile +++ b/projects/knot-dns/Dockerfile @@ -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