Skip to content

Commit 126cb13

Browse files
authored
Update Dockerfile
1 parent cf02515 commit 126cb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ RUN echo "**** install s6 overlay ****" \
9797
&& rm -rf /tmp/s6-overlay-*.tar.xz
9898

9999
RUN echo "**** install build packages ****" \
100-
&& apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev postgresql-dev build-base mariadb-dev libffi-dev jpeg-dev cargo rust \
100+
&& apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev postgresql17-dev build-base mariadb-dev libffi-dev jpeg-dev cargo rust \
101101
&& echo "**** install pip packages ****" \
102-
&& python3 -m pip install "cython<3.0.0" --no-cache-dir \
102+
&& python3 -m pip install cython --no-cache-dir \
103103
&& python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir \
104104
&& python3 -m pip install psycopg2 --no-cache-dir \
105105
&& python3 -m pip install mysqlclient --no-cache-dir \

0 commit comments

Comments
 (0)