Merge pull request #314 from sarthurdev/bookworm

docker: T5003: Re-add build deps for wpa/hostap
This commit is contained in:
Yuriy Andamasov 2023-02-23 00:31:28 +01:00 committed by GitHub
commit 5aae6a44a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,6 +541,20 @@ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
pkg-config; \
fi
# 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
# Packages needed for Accel-PPP
# XXX: please note that this must be installed after nftable dependencies - otherwise
# APT will remove liblua5.3-dev which breaks the Accel-PPP build