We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e892a commit cc0887eCopy full SHA for cc0887e
1 file changed
ckan-2.10/Dockerfile
@@ -89,7 +89,8 @@ RUN apk add --no-cache git \
89
COPY setup/supervisord.conf /etc
90
91
# Install CKAN
92
-RUN pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
+RUN pip3 install -U "setuptools==81" && \
93
+ pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
94
cd ${SRC_DIR}/ckan && \
95
pip3 install --no-binary markdown -r requirements.txt && \
96
# Install CKAN envvars to support loading config from environment variables
0 commit comments