We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fa23a commit ce10779Copy full SHA for ce10779
1 file changed
Dockerfile
@@ -78,7 +78,7 @@ COPY docker/entrypoint.py /usr/local/bin/entrypoint.py
78
79
RUN /venv/bin/pip3 install -e . --config-settings editable_mode=strict
80
81
-RUN apt-get remove --yes python3-wheel
+RUN apt-get remove --yes python3-setuptools
82
83
WORKDIR /home/pycsw
84
0 commit comments