FROM alpine:latest RUN apk add --update zip RUN apk add --update make WORKDIR /usr/src/app COPY . . CMD ["make", "clean", "xpi"]