mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
rust for SSO needed
This commit is contained in:
parent
2d65f6f905
commit
c872412d04
@ -68,7 +68,9 @@ RUN apk add --no-cache git make bash \
|
|||||||
# PostgreSQL support
|
# PostgreSQL support
|
||||||
postgresql postgresql-contrib postgresql-dev libpq \
|
postgresql postgresql-contrib postgresql-dev libpq \
|
||||||
# MySQL/MariaDB support
|
# MySQL/MariaDB support
|
||||||
mariadb-connector-c mariadb-dev mariadb-client
|
mariadb-connector-c mariadb-dev mariadb-client \
|
||||||
|
# Required for python cryptography support
|
||||||
|
rust cargo
|
||||||
|
|
||||||
# Install required base-level python packages
|
# Install required base-level python packages
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user