Fix lib names

This commit is contained in:
Oliver Walters 2021-03-31 23:06:54 +11:00
parent 61f8b982ce
commit 251ec7a02f

View File

@ -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