Newer
Older
RUN apk add --no-cache \
gcc \
g++ \
libc-dev \
python \
autoconf \
automake \
file \
make \
nasm \
pkgconfig \
libtool \
zlib-dev
RUN npm i -g npm@latest \
&& npm i \
&& npm i -g node-gyp \
&& node-gyp configure \
&& node-gyp build \
&& npm run build