nginx-php-fpm
nginx-php-fpm copied to clipboard
Can not install Kafka extension in php 7.2
Here is my content inside Dockerfile
FROM wyveo/nginx-php-fpm:php72 RUN apt-get update && apt-get install -y \ librdkafka-dev RUN docker-php-ext-install rdkafka && docker-php-ext-enable rdkafk
Error I am getting:
4.121 E: The repository 'https://packages.sury.org/php buster InRelease' is not signed. 4.121 W: GPG error: http://nginx.org/packages/mainline/debian buster InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]> 4.121 E: The repository 'http://nginx.org/packages/mainline/debian buster InRelease' is not signed.