This commit is contained in:
		
							parent
							
								
									fa6550bcf5
								
							
						
					
					
						commit
						46e5b0b968
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,6 +6,7 @@ WORKDIR /usr/src/app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install python requirements
 | 
					# Install python requirements
 | 
				
			||||||
COPY requirements.txt ./
 | 
					COPY requirements.txt ./
 | 
				
			||||||
 | 
					RUN pip install --no-cache-dir --upgrade pip
 | 
				
			||||||
RUN pip install --no-cache-dir -r requirements.txt
 | 
					RUN pip install --no-cache-dir -r requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Make dirs
 | 
					# Make dirs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,3 +7,4 @@ caldav>=0.7.1,<0.8
 | 
				
			||||||
lockfile>=0.12.2,<0.13
 | 
					lockfile>=0.12.2,<0.13
 | 
				
			||||||
google-auth-oauthlib>=0.4.2,<0.5
 | 
					google-auth-oauthlib>=0.4.2,<0.5
 | 
				
			||||||
requests-oauthlib>=1.3.0,<1.4
 | 
					requests-oauthlib>=1.3.0,<1.4
 | 
				
			||||||
 | 
					packaging
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue