Skip to content

Commit faca211

Browse files
authored
Update Dockerfile
1 parent 52cc845 commit faca211

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ RUN apk add --no-cache \
5858
py3-mysqlclient s6-overlay netcat-openbsd mariadb-client dpkg \
5959
&& echo "**** install build dependencies and pip packages ****" \
6060
&& 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 \
6463
&& python3 -m pip install --no-cache-dir --upgrade pip \
6564
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
6665
&& python3 -m pip install --no-cache-dir tzupdate \

0 commit comments

Comments
 (0)