Skip to content

Commit ed827b0

Browse files
author
Bram van Dartel
committed
upgrade pg client to 15
1 parent 9f5f578 commit ed827b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN echo "**** install build packages ****" \
8686
&& apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev postgresql-dev build-base mariadb-dev libffi-dev jpeg-dev cargo rust \
8787
&& echo "**** install pip packages ****" \
8888
&& python3 -m pip install --upgrade pip \
89-
&& python3 -m pip install "cython<3.0.0" wheel --no-cache-dir \
89+
&& python3 -m pip install "cython<3.0.0" --no-cache-dir \
9090
&& python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir \
9191
&& python3 -m pip install psycopg2 --no-cache-dir \
9292
&& python3 -m pip install mysqlclient --no-cache-dir \

0 commit comments

Comments
 (0)