mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Revert postgres version to 13 (#7717)
* Adjust playwright test * Update docker compose for devcontainer * Revert docker container changes * Update notes * Revert base alpine version
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#!/bin/ash
|
||||
|
||||
# Install system packages required for building InvenTree python libraries
|
||||
# Note that for postgreslql, we use the 14 version, which matches the version used in the InvenTree docker image
|
||||
# Note that for postgreslql, we use the version 13, 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 \
|
||||
libstdc++ build-base linux-headers py3-grpcio \
|
||||
jpeg-dev openjpeg-dev libwebp-dev zlib-dev \
|
||||
sqlite sqlite-dev \
|
||||
mariadb-connector-c-dev mariadb-client mariadb-dev \
|
||||
postgresql14-dev postgresql-libs \
|
||||
postgresql13-dev postgresql-libs \
|
||||
$@
|
||||
|
Reference in New Issue
Block a user