diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ccc3b69 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM alpine + +RUN apk update && \ + apk add --no-cache curl jq bash git coreutils zip openssh && \ + rm -rf /var/cache/apk/* + +CMD [ "bash" ] \ No newline at end of file