mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 12:06:07 +00:00 
			
		
		
		
	Dockerfile - updated dependencies
This commit is contained in:
		@@ -6,7 +6,7 @@ RUN apk update \
 | 
			
		||||
 && apk add --no-cache --virtual build-deps gcc g++ python3-dev musl-dev \
 | 
			
		||||
 && apk add --no-cache curl postgresql postgresql-dev mariadb-connector-c-dev \
 | 
			
		||||
 && pip install --no-cache-dir --upgrade uvicorn \
 | 
			
		||||
 && pip install --no-cache-dir psycopg2==2.9.3 mysqlclient==2.1.1 pysqlite3==0.4.7 \
 | 
			
		||||
 && pip install --no-cache-dir psycopg2==2.9.5 mysqlclient==2.1.1 pysqlite3==0.5.0 \
 | 
			
		||||
 && pip install --no-cache-dir -r /tmp/requirements.txt \
 | 
			
		||||
 && apk del build-deps
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user