@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user