diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-13 20:23:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-09-13 20:23:59 +0200 |
commit | defc4cd9ed29ff12cdf36988bfbc85ec5c49a960 (patch) | |
tree | 0eabdf89d208159ff3378ad2bcf21c33143a79d1 /docker | |
parent | 59b2fedd4d62449490b757f4a9e9d9b03f59fa82 (diff) | |
download | vyos-build-defc4cd9ed29ff12cdf36988bfbc85ec5c49a960.tar.gz vyos-build-defc4cd9ed29ff12cdf36988bfbc85ec5c49a960.zip |
Revert "T3641: nftables: use upstream package"
This reverts commit cd9cd920cdabd7cd7c5bd0e6108fd1c0e78c3cb9.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f1fac187..9aa71e96 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -471,6 +471,32 @@ RUN apt-get update && apt-get install -y \ libtool \ pkg-config +# Packages needed for nftables +RUN apt-get update && apt-get install -y \ + asciidoc-base \ + automake \ + bison \ + debhelper-compat \ + dh-python \ + docbook-xsl \ + flex \ + libgmp-dev \ + libjansson-dev \ + libmnl-dev \ + libreadline-dev \ + libtool \ + libxtables-dev \ + python3-all \ + python3-setuptools \ + xsltproc + +# Packages needed for libnetfilter-conntrack +RUN apt-get update && apt-get install -y \ + debhelper-compat \ + libmnl-dev \ + libnfnetlink-dev \ + libtool + # Packages needed for wide-dhcpv6 RUN apt-get update && apt-get install -y \ bison \ |