You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Docker Compose to build and deploy Caldera with the Human plugin enabled, the container does not build in the python dependencies automatically.
To Reproduce
Steps to reproduce the behavior:
Download and enable Human per the documented instructions
Build Caldera via Docker Compose (docker compose build)
Attempt to start Caldera via Docker Compose (docker compose up -d)
Expected behavior
Caldera builds and deploys properly with the Human plugin enabled.
Desktop (please complete the following information):
OS: Ubuntu
Additional context
A set of commands similar to the ones used for Emu in the Caldera Dockerfile can perform this step.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Docker Compose to build and deploy Caldera with the Human plugin enabled, the container does not build in the python dependencies automatically.
To Reproduce
Steps to reproduce the behavior:
docker compose build
)docker compose up -d
)Expected behavior
Caldera builds and deploys properly with the Human plugin enabled.
Desktop (please complete the following information):
Additional context
A set of commands similar to the ones used for Emu in the Caldera Dockerfile can perform this step.
The text was updated successfully, but these errors were encountered: