update for python3.10 error
This commit is contained in:
parent
b7c48fe252
commit
8878d03ec3
|
@ -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 && \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue