Skip to content

Commit

Permalink
fix: Latest setuptool release 75.8.1 break Plone builds - refs #285008
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 28, 2025
1 parent f9be383 commit 4dbf8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN ./bin/pip install --no-index --no-deps /wheelhouse/* \
# https://taskman.eionet.europa.eu/issues/277938
# https://taskman.eionet.europa.eu/issues/278606
# https://taskman.eionet.europa.eu/issues/278645
RUN ./bin/pip install Products.CMFCore==3.6 plone.restapi==9.8.4 Products.CMFEditions==4.0.5
# https://taskman.eionet.europa.eu/issues/285008
RUN ./bin/pip install Products.CMFCore==3.6 plone.restapi==9.8.4 Products.CMFEditions==4.0.5 plone.autoinclude==2.0.0

ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
CMD ["start"]

0 comments on commit 4dbf8e2

Please sign in to comment.