mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
[PR #551] [MERGED] Fix issue with invalid GPG keys in VNC version #782
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/551
Author: @aaronjamt
Created: 10/22/2022
Status: ✅ Merged
Merged: 11/10/2022
Merged by: @sickcodes
Base:
master← Head:patch-1📝 Commits (1)
a43fc57Fix issue with invalid GPG keys in VNC version📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
vnc-version/Dockerfile(+3 -0)📄 Description
Without this,
pacmangives the following errors when trying to update packages as part of the installation:error: pambase: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown:: File /var/cache/pacman/pkg/pambase-20221020-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]error: libvpx: key "95220BE99CE6FF778AE0DC670F65C7D881506130" is unknownerror: failed to commit transaction (invalid or corrupted package)andErrors occurred, no packages were upgraded.before exiting with code1.This
RUNcommand will update thearchlinux-keyringpackage to get the latest keys, then remove and regenerate all gnupg keys inside the container. This allowspacmanto accept the GPG keys and resolves the above error.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.