mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[GH-ISSUE #34] Docker Build Failure When Building Shannon Image #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Abin-Sec on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/34
Hi Team,
I encountered an error while building the Docker image using the command
docker build -t shannon:latest ., as shown in the screenshot below.Steps Followed
git clone https://github.com/KeygraphHQ/shannon.gitdocker build -t shannon:latest .@Khaushik-keygraph commented on GitHub (Dec 22, 2025):
The screenshot attached appears to be cropped / incomplete, so we can’t see the actual error or where the failure occurs.
Could you please paste the full error output as text (preferred), or re-upload a complete, uncropped screenshot of the terminal showing the error?
Also, please let us know:
Your OS (macOS / Linux / Windows)
Your Docker version (docker version)
@Abin-Sec commented on GitHub (Dec 23, 2025):
Hi @Khaushik-keygraph,
Thanks for the reply. The issue was resolved after running the following update commands:
sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -yAfter the update, the error no longer occurs, as shown in the screenshots below.