node-rdkafka icon indicating copy to clipboard operation
node-rdkafka copied to clipboard

Docs: fix alpine example due to python version

Open cbrwflo opened this issue 3 years ago • 2 comments

Fixes the Alpine example, which removed the generic python package in v3.12.

node-gyp supports python3 since v5.x: https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md

cbrwflo avatar Mar 18 '22 17:03 cbrwflo

Thank you for the PR. Could you also update the image from FROM node:8-alpine to FROM node:14-alpine?

iradul avatar May 22 '22 20:05 iradul

Sorry for the delay -- tested and this builds fine.

cbrwflo avatar Aug 08 '22 22:08 cbrwflo