upgrade to python 3
This commit is contained in:
		
							parent
							
								
									1285bd8503
								
							
						
					
					
						commit
						7c3f30c652
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
 | 
				
			||||||
    unzip \
 | 
					    unzip \
 | 
				
			||||||
    psmisc \
 | 
					    psmisc \
 | 
				
			||||||
    git \
 | 
					    git \
 | 
				
			||||||
    python-virtualenv \
 | 
					    python3-virtualenv \
 | 
				
			||||||
    virtualenv \
 | 
					    virtualenv \
 | 
				
			||||||
    python-dev \
 | 
					    python3-dev \
 | 
				
			||||||
    libffi-dev \
 | 
					    libffi-dev \
 | 
				
			||||||
    build-essential \
 | 
					    build-essential \
 | 
				
			||||||
    tzdata \
 | 
					    tzdata \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue