FROM alpine

RUN apk add --update nodejs
RUN apk add npm
RUN rm /var/cache/apk/*
RUN npm install -g jsonlint