a
This commit is contained in:
		
					parent
					
						
							
								c2c32fe0f1
							
						
					
				
			
			
				commit
				
					
						a2605ba3d2
					
				
			
		
					 4 changed files with 171 additions and 5 deletions
				
			
		
							
								
								
									
										9
									
								
								init.sh
									
										
									
									
									
								
							
							
						
						
									
										9
									
								
								init.sh
									
										
									
									
									
								
							|  | @ -13,12 +13,17 @@ apk update | |||
| apk upgrade | ||||
| 
 | ||||
| # Install system packages | ||||
| apk add python3 | ||||
| apk add python3 ceph py2-pip py3-pip | ||||
| 
 | ||||
| # Some python package dependencies | ||||
| apk add libffi-dev openssl-dev make gcc g++ python3-dev | ||||
| apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev | ||||
| 
 | ||||
| pip3 install --upgrade pip | ||||
| pip2 install --upgrade pip | ||||
| 
 | ||||
| # For CEPH | ||||
| pip2 install prettytable  | ||||
| 
 | ||||
| pip3 install pipenv | ||||
| pipenv install | ||||
| pipenv shell | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue