From: Daniel Salzman Date: Thu, 23 Apr 2020 19:33:57 +0000 (+0200) Subject: scripts: add 'xxd' to debian:latest/Dockerfile - make dist needs it X-Git-Tag: embedded_lmdb~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793a5f8eddba258f544f7ef593f3675692ecc3b3;p=thirdparty%2Fknot-dns.git scripts: add 'xxd' to debian:latest/Dockerfile - make dist needs it --- diff --git a/scripts/docker/debian:latest/Dockerfile b/scripts/docker/debian:latest/Dockerfile index a9540b2a04..e31e00fcc8 100644 --- a/scripts/docker/debian:latest/Dockerfile +++ b/scripts/docker/debian:latest/Dockerfile @@ -35,4 +35,5 @@ RUN apt-get -y install \ texlive-font-utils \ texlive-generic-extra \ texlive-latex-extra \ - unzip + unzip \ + xxd