Skip to content

Commit

Permalink
update for python3.10 error
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonchev1 committed Jul 20, 2023
1 parent b7c48fe commit 8878d03
Show file tree
Hide file tree
Showing 2 changed files with 1,562 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/ckan/2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Loading

0 comments on commit 8878d03

Please sign in to comment.