summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-08-02 11:04:32 +0200
committerChristian Poessinger <christian@poessinger.com>2022-08-06 07:39:34 +0200
commita468d072b95dbf914631935afdbd9665878c7183 (patch)
treeed5d84797935b521e9a6a056fe73353478fc5fbf /docker
parentef2d77a9e0f03cb5a3340560aff6af70f90fea17 (diff)
downloadvyos-build-a468d072b95dbf914631935afdbd9665878c7183.tar.gz
vyos-build-a468d072b95dbf914631935afdbd9665878c7183.zip
Docker: hostap: T4584: add requirements for custom package build
(cherry picked from commit 3e42b642e16eac4e681b0ed70ec694582041333b)
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2a339720..51a7780f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -582,6 +582,20 @@ RUN apt-get update && apt-get install -y \
libtommath-dev \
libz-dev
+# Packages needed for hostapd (wpa_supplicant)
+RUN apt-get update && apt-get install -y \
+ libdbus-1-dev \
+ libssl-dev \
+ libncurses5-dev \
+ libpcsclite-dev \
+ libnl-3-dev \
+ libnl-genl-3-dev \
+ libnl-route-3-dev \
+ libreadline-dev \
+ pkg-config \
+ docbook-to-man \
+ docbook-utils
+
#
# fpm: a command-line program designed to help you build packages (e.g. deb)
#