mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	T6311: Docker add dependency asciidoc-base for nftables
Add dependency `asciidob-base` for build nftables
This commit is contained in:
		
							parent
							
								
									dc0bcca3cf
								
							
						
					
					
						commit
						ac1b06cf2c
					
				@ -351,6 +351,10 @@ RUN apt-get update && apt-get install -y \
 | 
			
		||||
      libnl-genl-3-dev \
 | 
			
		||||
      libxtables-dev
 | 
			
		||||
 | 
			
		||||
# Packages needed for nftables
 | 
			
		||||
RUN apt-get update && apt-get install -y \
 | 
			
		||||
      asciidoc-base
 | 
			
		||||
 | 
			
		||||
# Allow password-less 'sudo' for all users in group 'sudo'
 | 
			
		||||
RUN sed "s/^%sudo.*/%sudo\tALL=(ALL) NOPASSWD:ALL/g" -i /etc/sudoers && \
 | 
			
		||||
    echo "vyos_bld\tALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user