[GH-ISSUE #101] Error in Dockerfile during 'apt update' #61

Closed
opened 2026-03-02 16:47:56 +03:00 by kerem · 3 comments
Owner

Originally created by @pjdurai on GitHub (Sep 8, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/101

Hi
I was trying to test git-sim in Mac OSX/Docker and ran into the following error during docker build.

ERROR [3/6] RUN apt update 0.5s

[3/6] RUN apt update:
0.140
0.140 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0.140
0.225 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
0.339 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
0.354 Err:1 http://deb.debian.org/debian bookworm InRelease
0.354 At least one invalid signature was encountered.
0.383 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
0.388 Err:2 http://deb.debian.org/debian bookworm-updates InRelease
0.388 At least one invalid signature was encountered.
0.423 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease
0.423 At least one invalid signature was encountered.
0.428 Reading package lists...
0.440 W: GPG error: http://deb.debian.org/debian bookworm InRelease: At least one invalid signature was encountered.
0.440 E: The repository 'http://deb.debian.org/debian bookworm InRelease' is not signed.
0.440 W: GPG error: http://deb.debian.org/debian bookworm-updates InRelease: At least one invalid signature was encountered.
0.440 E: The repository 'http://deb.debian.org/debian bookworm-updates InRelease' is not signed.
0.440 W: GPG error: http://deb.debian.org/debian-security bookworm-security InRelease: At least one invalid signature was encountered.
0.440 E: The repository 'http://deb.debian.org/debian-security bookworm-security InRelease' is not signed.

Dockerfile:5

3 | WORKDIR /usr/src/git-sim
4 |
5 | >>> RUN apt update
6 |
7 | RUN apt -y install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg

ERROR: failed to solve: process "/bin/sh -c apt update" did not complete successfully: exit code: 100

Any Ideas?
Thanks

Originally created by @pjdurai on GitHub (Sep 8, 2023). Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/101 Hi I was trying to test git-sim in Mac OSX/Docker and ran into the following error during docker build. ERROR [3/6] RUN apt update 0.5s ------ [3/6] RUN apt update: 0.140 0.140 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 0.140 0.225 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 0.339 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] 0.354 Err:1 http://deb.debian.org/debian bookworm InRelease 0.354 At least one invalid signature was encountered. 0.383 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 0.388 Err:2 http://deb.debian.org/debian bookworm-updates InRelease 0.388 At least one invalid signature was encountered. 0.423 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease 0.423 At least one invalid signature was encountered. 0.428 Reading package lists... 0.440 W: GPG error: http://deb.debian.org/debian bookworm InRelease: At least one invalid signature was encountered. 0.440 E: The repository 'http://deb.debian.org/debian bookworm InRelease' is not signed. 0.440 W: GPG error: http://deb.debian.org/debian bookworm-updates InRelease: At least one invalid signature was encountered. 0.440 E: The repository 'http://deb.debian.org/debian bookworm-updates InRelease' is not signed. 0.440 W: GPG error: http://deb.debian.org/debian-security bookworm-security InRelease: At least one invalid signature was encountered. 0.440 E: The repository 'http://deb.debian.org/debian-security bookworm-security InRelease' is not signed. ------ Dockerfile:5 -------------------- 3 | WORKDIR /usr/src/git-sim 4 | 5 | >>> RUN apt update 6 | 7 | RUN apt -y install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg -------------------- ERROR: failed to solve: process "/bin/sh -c apt update" did not complete successfully: exit code: 100 Any Ideas? Thanks
kerem closed this issue 2026-03-02 16:47:56 +03:00
Author
Owner

@initialcommit-io commented on GitHub (Sep 13, 2023):

The dockerfile was created in PR #50 contributed by @Averagess. There was also discussion in issue #46 by @cvagner @borekb.

Sorry to ping you all out of nowhere - but any chance you can provide any input on the error above?

<!-- gh-comment-id:1716918299 --> @initialcommit-io commented on GitHub (Sep 13, 2023): The dockerfile was created in PR #50 contributed by @Averagess. There was also discussion in issue #46 by @cvagner @borekb. Sorry to ping you all out of nowhere - but any chance you can provide any input on the error above?
Author
Owner

@initialcommit-io commented on GitHub (Apr 18, 2024):

@pjdurai Hi again, and sorry looks like the authors of the dockerfile aren't available to assist with this one.

Were you ever able to get Git-Sim running on your end?

<!-- gh-comment-id:2065424523 --> @initialcommit-io commented on GitHub (Apr 18, 2024): @pjdurai Hi again, and sorry looks like the authors of the dockerfile aren't available to assist with this one. Were you ever able to get Git-Sim running on your end?
Author
Owner

@initialcommit-io commented on GitHub (Apr 23, 2024):

Closing for now due to no response. Please feel free to reopen if this is still an issue.

<!-- gh-comment-id:2072572095 --> @initialcommit-io commented on GitHub (Apr 23, 2024): Closing for now due to no response. Please feel free to reopen if this is still an issue.
Sign in to join this conversation.
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/git-sim#61
No description provided.