organize apt installs
This commit is contained in:
		
							parent
							
								
									8165449c66
								
							
						
					
					
						commit
						e8ca879f05
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2,8 +2,13 @@
 | 
			
		|||
FROM python:2.7
 | 
			
		||||
EXPOSE 8080
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && \
 | 
			
		||||
    apt-get install -y cmake libjpeg62-turbo-dev g++ wget unzip psmisc
 | 
			
		||||
RUN apt-get update && apt-get install -y \
 | 
			
		||||
    cmake \
 | 
			
		||||
    libjpeg62-turbo-dev \
 | 
			
		||||
    g++ \
 | 
			
		||||
    wget \
 | 
			
		||||
    unzip \
 | 
			
		||||
    psmisc
 | 
			
		||||
 | 
			
		||||
EXPOSE 5000
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue