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.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							307 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							307 B
						
					
					
				
								FROM debian:9
							 | 
						|
								MAINTAINER Matthias Volk <matthias.volk@cs.rwth-aachen.de>
							 | 
						|
								
							 | 
						|
								RUN apt-get update -qq && apt-get install -y --no-install-recommends \
							 | 
						|
								    build-essential \
							 | 
						|
								    ruby \
							 | 
						|
								    git \
							 | 
						|
								    cmake \
							 | 
						|
								    libboost-all-dev \
							 | 
						|
								    libcln-dev \
							 | 
						|
								    libgmp-dev \
							 | 
						|
								    libginac-dev \
							 | 
						|
								    automake \
							 | 
						|
								    libglpk-dev
							 |