mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 13:44:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			287 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			287 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ubuntu:18.04
 | 
						|
MAINTAINER yuzu
 | 
						|
RUN useradd -m -s /bin/bash yuzu
 | 
						|
RUN apt-get update && apt-get -y full-upgrade
 | 
						|
RUN apt-get install --no-install-recommends -y build-essential libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev libqt5opengl5-dev wget git ccache cmake ninja-build
 |