We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5f578 commit ed827b0Copy full SHA for ed827b0
Dockerfile
@@ -86,7 +86,7 @@ RUN echo "**** install build packages ****" \
86
&& apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev postgresql-dev build-base mariadb-dev libffi-dev jpeg-dev cargo rust \
87
&& echo "**** install pip packages ****" \
88
&& python3 -m pip install --upgrade pip \
89
- && python3 -m pip install "cython<3.0.0" wheel --no-cache-dir \
+ && python3 -m pip install "cython<3.0.0" --no-cache-dir \
90
&& python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir \
91
&& python3 -m pip install psycopg2 --no-cache-dir \
92
&& python3 -m pip install mysqlclient --no-cache-dir \
0 commit comments