More install fixes

This commit is contained in:
Oliver Walters 2021-04-18 15:09:01 +10:00
parent 69473b9bff
commit 9eb559bec5

View File

@ -74,7 +74,7 @@ RUN apk add --no-cache sqlite
RUN apk add --no-cache postgresql postgresql-contrib postgresql-dev libpq
# MySQL support
RUN apk add --no-cache mariadb-connector-c mariadb-dev mysqldump
RUN apk add --no-cache mariadb-connector-c mariadb-dev mariadb-client
# Install required python packages
RUN pip install --upgrade pip setuptools wheel