FROM alpine:latest
LABEL maintainer="Per Ryan Edin <ryan@helloryan.se>"

RUN apk update
RUN apk add minio-client nodejs git

RUN npm i -g yarn

WORKDIR /work
