Skip to content

Commit cc0887e

Browse files
committed
pin in 2.10/alpine
1 parent 77e892a commit cc0887e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ckan-2.10/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ RUN apk add --no-cache git \
8989
COPY setup/supervisord.conf /etc
9090

9191
# Install CKAN
92-
RUN pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
92+
RUN pip3 install -U "setuptools==81" && \
93+
pip3 install -e git+${GIT_URL}@${CKAN_REF}#egg=ckan && \
9394
cd ${SRC_DIR}/ckan && \
9495
pip3 install --no-binary markdown -r requirements.txt && \
9596
# Install CKAN envvars to support loading config from environment variables

0 commit comments

Comments
 (0)