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
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
Hi @mrboogiee. It looks like this is an issue with the donut-shellcode library rather than Caldera. Until it gets fixed there, you could get around this by removing donut-shellcode from requirements.txt but you would also need to remove the other references to donut from the stockpile plugin: https://github.com/search?q=repo%3Amitre%2Fstockpile+donut&type=code. Hopefully this gets fixed in donut soon.
Describe the bug
When attempting to build the docker container on Apple silicon it errors out on
pip3 install --no-cache-dir -r requirements.txt
:To Reproduce
bash$ docker build . --build-arg WIN_BUILD=false -t caldera:latest
Expected behavior
a successful docker build run, it works when building an linux/amd64 image so it is aarch64 related.
Screenshots
n/a
Desktop (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: