DEV Community

Discussion on: node-gyp support in alpine linux

Collapse
 
kdalkafoukis profile image
Konstantinos Dalkafoukis

I had to install the npm package canvas and in order to be able to do it I had to change RUN apk add --no-cache --virtual .gyp python make g++ to RUN apk add --no-cache --virtual .gyp python make g++ pkgconfig pixman-dev cairo-dev pango-dev