Skip to content

Commit f727816

Browse files
authored
Update Dockerfile
1 parent 442e10e commit f727816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN apk add --no-cache \
5858
&& echo "**** install build dependencies and pip packages ****" \
5959
&& apk add --no-cache --virtual .build-deps \
6060
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 \
61+
libffi-dev jpeg-dev rust cargo mariadb-dev mariadb-client mariadb-connector-c \
6262
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
6363
&& python3 -m pip install --no-cache-dir mysqlclient tzupdate \
6464
&& echo "**** cleanup ****" \

0 commit comments

Comments
 (0)