1 個回答
- 最新
- 最多得票
- 最多評論
0
After further studying of how apt-get update is crashing on the AWS provided container for Nodejs, I saw that a key is expired for yarn
I contacted the package maintainer and he responded with the following:
Try refreshing your GPG key:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
so for anyone using the Nodejs container image, please make that your first script before running apt-get update
已回答 4 年前
相關內容
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 7 個月前
- AWS 官方已更新 1 年前