[knot-dns] Try to fix failed build (issue 11588) (#2001)

* [knot-dns] Add dname to/from string tests

Relates to https://gitlab.labs.nic.cz/knot/knot-dns/commit/6536d71bdf590c8

* [knot-dns] Try to fix failed build (issue 11588)
This commit is contained in:
Daniel Salzman 2018-12-04 16:35:35 +01:00 committed by Abhishek Arya
parent 7bd1239ab3
commit 08bf475ab4
1 changed files with 4 additions and 3 deletions

View File

@ -16,13 +16,14 @@
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 gettext
RUN apt-get update && \
apt-get install -y autoconf autogen automake autopoint bison flex gettext \
gperf libtool make pkg-config texinfo wget
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
RUN git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
RUN git clone https://gitlab.labs.nic.cz/knot/knot-dns
RUN git clone --depth=1 https://gitlab.labs.nic.cz/knot/knot-dns
WORKDIR knot-dns
COPY build.sh $SRC/