diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2020-05-11 11:01:58 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2020-05-11 11:03:16 +0200 |
commit | 6a70a5b47f1ed942241e999de4c32565256fe6db (patch) | |
tree | 62c2cf5db22b8fde66fd18e8059d40950c9bd3e9 /scripts | |
parent | xdp: add KNOT_XDP_LOAD_BPF_ALWAYS_UNLOAD mode (diff) | |
download | knot-6a70a5b47f1ed942241e999de4c32565256fe6db.tar.xz knot-6a70a5b47f1ed942241e999de4c32565256fe6db.zip |
scripts: update Dockerfile for ubuntu:latest + add dnstap prerequisites
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/docker/debian:latest/Dockerfile | 3 | ||||
-rw-r--r-- | scripts/docker/ubuntu:latest/Dockerfile | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/scripts/docker/debian:latest/Dockerfile b/scripts/docker/debian:latest/Dockerfile index e31e00fcc..db8eb51a4 100644 --- a/scripts/docker/debian:latest/Dockerfile +++ b/scripts/docker/debian:latest/Dockerfile @@ -31,7 +31,8 @@ RUN apt-get -y install \ pkg-config \ protobuf-c-compiler \ python-sphinx \ - texinfo texlive \ + texinfo \ + texlive \ texlive-font-utils \ texlive-generic-extra \ texlive-latex-extra \ diff --git a/scripts/docker/ubuntu:latest/Dockerfile b/scripts/docker/ubuntu:latest/Dockerfile index 49c8a6672..a358b204a 100644 --- a/scripts/docker/ubuntu:latest/Dockerfile +++ b/scripts/docker/ubuntu:latest/Dockerfile @@ -12,19 +12,22 @@ RUN apt-get -y install \ ghostscript \ git \ language-pack-en \ + latexmk \ libedit-dev \ + libfstrm-dev \ libgnutls28-dev \ libidn2-0-dev \ liblmdb-dev \ libmaxminddb-dev \ + libprotobuf-c-dev \ libsystemd-dev \ libtool \ liburcu-dev \ pkg-config \ - python-sphinx \ + protobuf-c-compiler \ + python3-sphinx \ texinfo \ texlive \ texlive-font-utils \ - texlive-generic-extra \ texlive-latex-extra \ unzip |