Skip to content

Commit

Permalink
changed branch to main for docker (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Dec 11, 2023
1 parent e9fe49b commit 4510beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN virtualenv --python=python2 $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
WORKDIR /home/zope/venv
RUN pip install -r https://zopefoundation.github.io/Zope/releases/2.13.29/requirements.txt
RUN pip install --no-deps -e git+https://github.com/zms-publishing/ZMS4.git@main#egg=ZMS
RUN pip install --no-deps -e git+https://github.com/zms-publishing/ZMS4.git#egg=ZMS
# RUN ./pip install Products.CMFCore==2.3.0
RUN pip install Pillow==6.2.2
RUN pip install python-ldap==3.3.1
Expand Down

0 comments on commit 4510beb

Please sign in to comment.