mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM gcc:12.2
 | 
						|
 | 
						|
RUN  apt-get update \
 | 
						|
  && apt-get install -y make g++ cmake git \
 | 
						|
  && rm -rf /var/lib/apt/lists/*
 |