We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running docker-compose build will have the following error:
docker-compose build
#7 5.338 W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <[email protected]> #7 5.338 E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed. ------ executor failed running [/bin/sh -c apt-get update && apt-get install -y libgdal-dev]: exit code: 100
This is due to an older version of the GPG key used to sign Yarn releases yarnpkg/yarn#7866
The text was updated successfully, but these errors were encountered:
xytian315
Successfully merging a pull request may close this issue.
Running
docker-compose build
will have the following error:This is due to an older version of the GPG key used to sign Yarn releases yarnpkg/yarn#7866
The text was updated successfully, but these errors were encountered: