mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix lib names
This commit is contained in:
parent
61f8b982ce
commit
251ec7a02f
@ -29,7 +29,8 @@ RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTRE
|
||||
|
||||
# Install required system packages
|
||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq
|
||||
RUN apk add --no-cache libmysqlclient-dev
|
||||
RUN apk add --no-cache libmysqlclient
|
||||
RUN apk add --no-cache mariadb-connector-c mariadb-dev
|
||||
|
||||
# Install required PIP packages
|
||||
RUN python -m venv $INVENTREE_VENV && pip install --upgrade pip setuptools wheel
|
||||
|
Loading…
Reference in New Issue
Block a user