FROM whitelist-api

RUN apk add --update nodejs nodejs-npm

RUN npm install -g snyk

COPY docker/requirements-snyk.txt .
