mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	[Docker] Pin postgresql version (#6407)
* Update docker build - Pin postgresql libs to v13 * Fix typo
This commit is contained in:
		| @@ -1,8 +1,11 @@ | ||||
| #!/bin/ash | ||||
|  | ||||
| # Install system packages required for building InvenTree python libraries | ||||
| # Note that for postgreslql, we use the 13 version, which matches the version used in the InvenTree docker image | ||||
|  | ||||
| apk add gcc g++ musl-dev openssl-dev libffi-dev cargo python3-dev openldap-dev \ | ||||
|     jpeg-dev openjpeg-dev libwebp-dev zlib-dev \ | ||||
|     postgresql-dev sqlite-dev mariadb-dev \ | ||||
|     sqlite sqlite-dev \ | ||||
|     mariadb-connector-c-dev mariadb-client mariadb-dev \ | ||||
|     postgresql13-dev postgresql-libs postgresql13-client \ | ||||
|     $@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user