mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Merge pull request #314 from sarthurdev/bookworm
docker: T5003: Re-add build deps for wpa/hostap
This commit is contained in:
		
						commit
						5aae6a44a7
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user