Skip to content

Commit

Permalink
ubuntu-docker: install Zope in editable mode
Browse files Browse the repository at this point in the history
drfho committed Sep 3, 2024
1 parent c6f13ea commit f315a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu/dockerfile
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ ENV LANGUAGE=en_US.UTF-8

RUN python3 -m venv venv
RUN pip install -U pip wheel setuptools
RUN pip install -U -e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
RUN pip install -U -e git+https://github.com/zms-publishing/ZMS.git#egg=ZMS
RUN pip install -r https://raw.githubusercontent.com/zms-publishing/ZMS5/master/requirements-full.txt
RUN pip install ZEO

0 comments on commit f315a83

Please sign in to comment.