File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ RUN echo "**** install s6 overlay ****" \
97
97
&& rm -rf /tmp/s6-overlay-*.tar.xz
98
98
99
99
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 \
101
101
&& 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 \
103
103
&& python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir \
104
104
&& python3 -m pip install psycopg2 --no-cache-dir \
105
105
&& python3 -m pip install mysqlclient --no-cache-dir \
You can’t perform that action at this time.
0 commit comments