mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
lib name fix
This commit is contained in:
parent
1f881dd041
commit
61f8b982ce
@ -28,7 +28,7 @@ RUN apk add --no-cache git
|
||||
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
||||
|
||||
# Install required system packages
|
||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq-dev
|
||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq
|
||||
RUN apk add --no-cache libmysqlclient-dev
|
||||
|
||||
# Install required PIP packages
|
||||
|
Loading…
Reference in New Issue
Block a user