Skip to content

Commit

Permalink
Update Dockerfile.acceptance.multilingual
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 17, 2024
1 parent f1b114f commit 1b87e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/backend/Dockerfile.acceptance.multilingual
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ WORKDIR /app
RUN <<EOT
set -e
bin/pip install plone.app.robotframework>=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


Expand Down

0 comments on commit 1b87e16

Please sign in to comment.