mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	(Yet another) Fix for dockerfile (#6452)
* Fix for dockerfile
- Ensure that core DB packages are kept around
- We can purge the dev packages after building python modules
* Revert "Fix for dockerfile"
This reverts commit 8522ff243e.
* Update requirements.txt
- Remove psycopg-c
- Not supported unless postgresql-libs are installed as a system package
- Prints a warning message in logs
- Works without it
			
			
This commit is contained in:
		| @@ -7,7 +7,7 @@ setuptools>=69.0.0 | ||||
| wheel>=0.41.0 | ||||
|  | ||||
| # Database links | ||||
| psycopg[binary, c, pool] | ||||
| psycopg[binary, pool] | ||||
| mysqlclient>=2.2.0 | ||||
| mariadb>=1.1.8 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user