envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
47 stars 45 forks source link

Fix the build container by adding missing APT repository signature #151

Closed dgn closed 4 months ago

dgn commented 7 months ago

Currently, the run-build-container.sh script does not work because apt cannot verify the repository signature. This PR fixes that by downloading the key and adjusting the sources.list entry.