FROM node:18-alpine

RUN apk add imagemagick potrace --no-cache

RUN npm install -g npm@8.10.0