Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing gnupg package issue during installing k8s gpg file process (
sonic-net#18158) ### Why I did it When try to install k8s gpg file, there reports an error. - "E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation curl: (23) Failed writing body". To fix error we need to install gunpg package. But apt-key add is going to be deprecated, mv the gpg file to /etc/apt/trusted.gpg.d/ directly ### How I did it Download k8s gpg file and put it in /etc/apt/trusted.gpg.d/ #### How to verify it We can install k8s gpg file successfully, but no gnupg package installed inside sonic image.
- Loading branch information