mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	- Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script
		
			
				
	
	
		
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# /etc/nsswitch.conf
 | 
						|
 | 
						|
passwd:         compat
 | 
						|
group:          compat
 | 
						|
shadow:         compat
 | 
						|
 | 
						|
hosts:          files dns
 | 
						|
networks:       files
 | 
						|
 | 
						|
protocols:      db files
 | 
						|
services:       db files
 | 
						|
ethers:         db files
 | 
						|
rpc:            db files
 | 
						|
 | 
						|
netgroup:       nis
 | 
						|
 |