You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							320 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							320 B
						
					
					
				FROM ubuntu:17.04 | 
						|
MAINTAINER Antergos Linux Project <dev@antergos.com> | 
						|
 | 
						|
RUN DEBIAN_FRONTEND=noninteractive apt-get update \ | 
						|
	&& apt-get install -y \ | 
						|
		liblightdm-gobject-1-dev \ | 
						|
		libqt5webengine5 \ | 
						|
		python3-gi \ | 
						|
		python3-pyqt5 \ | 
						|
		python3-pip \ | 
						|
		zip \ | 
						|
		sudo \ | 
						|
	&& pip3 install whither | 
						|
 | 
						|
VOLUME /build | 
						|
WORKDIR /build
 | 
						|
 |