From 4510beb111d1ae0491aac0f01e1bc426a1f21e1f Mon Sep 17 00:00:00 2001 From: drfho Date: Mon, 11 Dec 2023 14:31:55 +0100 Subject: [PATCH] changed branch to main for docker (2) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3b2c2e2c..5752ca2b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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