FROM node:7-alpine

RUN apk add --update curl && \
    rm -rf /var/cache/apk/*
