diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2020-04-23 21:33:57 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2020-04-23 21:33:57 +0200 |
commit | 793a5f8eddba258f544f7ef593f3675692ecc3b3 (patch) | |
tree | 851b3e5d4a2056bfc17082a89a7da722ceab611c /scripts | |
parent | scripts: add 'clang' to debian:latest/Dockerfile - make dist needs it (diff) | |
download | knot-793a5f8eddba258f544f7ef593f3675692ecc3b3.tar.xz knot-793a5f8eddba258f544f7ef593f3675692ecc3b3.zip |
scripts: add 'xxd' to debian:latest/Dockerfile - make dist needs it
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/docker/debian:latest/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/docker/debian:latest/Dockerfile b/scripts/docker/debian:latest/Dockerfile index a9540b2a0..e31e00fcc 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 |