File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ RUN apk add --no-cache \
58
58
py3-mysqlclient s6-overlay netcat-openbsd mariadb-client dpkg \
59
59
&& echo "**** install build dependencies and pip packages ****" \
60
60
&& apk add --no-cache --virtual .build-deps \
61
- gcc python3-dev musl-dev postgresql17-dev build-base libffi-dev jpeg-dev zlib-dev rust cargo \
62
- freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev harfbuzz-dev fribidi-dev \
63
- libimagequant-dev libxcb-dev libpng-dev \
61
+ gcc python3-dev musl-dev postgresql17-dev build-base \
62
+ libffi-dev jpeg-dev zlib-dev rust cargo mariadb-connector-c-dev \
64
63
&& python3 -m pip install --no-cache-dir --upgrade pip \
65
64
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
66
65
&& python3 -m pip install --no-cache-dir tzupdate \
You can’t perform that action at this time.
0 commit comments