From 1b87e16c1a9f103f4aba9c103d3992e5a04e55c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Mon, 17 Jun 2024 09:05:00 +0200 Subject: [PATCH] Update Dockerfile.acceptance.multilingual --- dockerfiles/backend/Dockerfile.acceptance.multilingual | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfiles/backend/Dockerfile.acceptance.multilingual b/dockerfiles/backend/Dockerfile.acceptance.multilingual index f5d78692..fcddfb6b 100644 --- a/dockerfiles/backend/Dockerfile.acceptance.multilingual +++ b/dockerfiles/backend/Dockerfile.acceptance.multilingual @@ -16,7 +16,9 @@ WORKDIR /app RUN <=2.0.0 - bin/pip install collective.elastic.plone[redis,opensearch]>=2.1.0 + # TODO Switch back to released + # bin/pip install collective.elastic.plone[redis,opensearch]>=2.1.0 + bin/pip install 'collective.elastic.plone[redis,opensearch] @ git+https://github.com/collective/collective.elastic.plone.git@testing-profiles' EOT