# specify the node base image with your desired version node:<version> FROM node:10-alpine RUN apk --no-cache add pkgconfig autoconf automake libtool nasm build-base zlib-dev EXPOSE 8888