update for python3.10 error

This commit is contained in:
Petar 2023-07-20 15:38:51 +02:00
parent b7c48fe252
commit 8878d03ec3
2 changed files with 1562 additions and 0 deletions

View File

@ -154,6 +154,8 @@ RUN addgroup -g 92 -S ckan && \
adduser -u 92 -h /srv/app -H -D -S -G ckan ckan
WORKDIR ${CKAN_DIR}
RUN ls -lah /usr/lib/python3.10/collections/ && cat /usr/lib/python3.10/collections/__init__.py
COPY __init__.py /usr/lib/python3.10/collections/__init__.py
# Install CKAN
RUN pip install -e /srv/app/src/ckan && \

1560
images/ckan/2.9/__init__.py Normal file

File diff suppressed because it is too large Load Diff