mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			90 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			90 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM gitpod/workspace-full
 | 
						|
 | 
						|
RUN sudo apt-get update \ 
 | 
						|
    && sudo apt install ffmpeg -yq
 |