8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
FROM voidlinux/voidlinux
 | 
						|
 | 
						|
RUN echo 'repository=https://repo-default.voidlinux.org/current' > /etc/xbps.d/00-repository-main.conf
 | 
						|
RUN xbps-install -S
 | 
						|
RUN xbps-install -yu xbps
 | 
						|
RUN xbps-install -yu
 | 
						|
RUN xbps-install -y git gcc
 |