diff --git a/docker/Dockerfile b/docker/Dockerfile index c01fca9075..b049e2f886 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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