Skip to content

Commit

Permalink
Update Dockerfile.acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 16, 2024
1 parent df36c3d commit 61d93dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/backend/Dockerfile.acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN <<EOT
bin/pip install plone.app.robotframework>=2.0.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
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 61d93dc

Please sign in to comment.