[GH-ISSUE #34] Docker Build Failure When Building Shannon Image #7

Closed
opened 2026-02-27 07:19:57 +03:00 by kerem · 2 comments
Owner

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.

Image

Steps Followed

  • Cloned the repository using: git clone https://github.com/KeygraphHQ/shannon.git
  • Navigated to the project directory:
  • Attempted to build the Docker image: docker build -t shannon:latest .
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. <img width="1857" height="339" alt="Image" src="https://github.com/user-attachments/assets/bbd39488-c629-4823-97d3-a971f84a8292" /> ### Steps Followed - Cloned the repository using: `git clone https://github.com/KeygraphHQ/shannon.git` - Navigated to the project directory: - Attempted to build the Docker image: `docker build -t shannon:latest .`
kerem closed this issue 2026-02-27 07:19:57 +03:00
Author
Owner

@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)

<!-- gh-comment-id:3684231618 --> @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)
Author
Owner

@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 -y

After the update, the error no longer occurs, as shown in the screenshots below.

Image Image
<!-- gh-comment-id:3685046220 --> @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 -y` After the update, the error no longer occurs, as shown in the screenshots below. <img width="1849" height="564" alt="Image" src="https://github.com/user-attachments/assets/7a5e7d4d-8558-4bea-9e1e-1a87152701f1" /> <img width="834" height="305" alt="Image" src="https://github.com/user-attachments/assets/862230a6-99a8-42e8-80e9-448866e0c6de" />
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#7
No description provided.