Using Caldera with Docker Compose Does Not Install Human Dependencies by Default
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Caldera Dockerfile and compare how dependencies are handled for the Emu plugin. Reproduce the issue with docker compose build and docker compose up -d after enabling Human, then verify that the container builds and deploys successfully with Human enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100