Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Jan 6, 2025
1 parent 52cc845 commit faca211
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ RUN apk add --no-cache \
py3-mysqlclient s6-overlay netcat-openbsd mariadb-client dpkg \
&& echo "**** install build dependencies and pip packages ****" \
&& apk add --no-cache --virtual .build-deps \
gcc python3-dev musl-dev postgresql17-dev build-base libffi-dev jpeg-dev zlib-dev rust cargo \
freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev harfbuzz-dev fribidi-dev \
libimagequant-dev libxcb-dev libpng-dev \
gcc python3-dev musl-dev postgresql17-dev build-base \
libffi-dev jpeg-dev zlib-dev rust cargo mariadb-connector-c-dev \
&& python3 -m pip install --no-cache-dir --upgrade pip \
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
&& python3 -m pip install --no-cache-dir tzupdate \
Expand Down

0 comments on commit faca211

Please sign in to comment.