File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ COPY setup/supervisord.py3.conf /etc/supervisord.conf
7474
7575# Install uwsgi, the CKAN application, the dependency packages for CKAN plus some confiquration
7676RUN pip3 install -U pip && \
77- pip3 install -U "setuptools>=70.0.0 " && \
77+ pip3 install -U "setuptools==81 " && \
7878 pip3 install uwsgi && \
7979 cd ${SRC_DIR} && \
8080 pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN mkdir -p ${SRC_DIR}
6868
6969# Install uwsgi, the CKAN application, the dependency packages for CKAN plus some confiquration
7070RUN pip3 install -U pip && \
71- pip3 install -U "setuptools>=70.0.0 " && \
71+ pip3 install -U "setuptools==81 " && \
7272 pip3 install uwsgi && \
7373 cd ${SRC_DIR} && \
7474 pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
You can’t perform that action at this time.
0 commit comments