We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442e10e commit f727816Copy full SHA for f727816
Dockerfile
@@ -58,7 +58,7 @@ RUN apk add --no-cache \
58
&& echo "**** install build dependencies and pip packages ****" \
59
&& apk add --no-cache --virtual .build-deps \
60
gcc python3-dev musl-dev postgresql17-dev build-base \
61
- libffi-dev jpeg-dev rust cargo mariadb-dev mariadb-client mariadb-connector-c mariadb-libs \
+ libffi-dev jpeg-dev rust cargo mariadb-dev mariadb-client mariadb-connector-c \
62
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
63
&& python3 -m pip install --no-cache-dir mysqlclient tzupdate \
64
&& echo "**** cleanup ****" \
0 commit comments