diff --git a/commander/Dockerfile b/commander/Dockerfile new file mode 100644 index 0000000..2c7d2ba --- /dev/null +++ b/commander/Dockerfile @@ -0,0 +1,6 @@ +FROM alpine:3.20.1 + +# Install base +RUN apk add --no-cache --upgrade grep +RUN apk add --no-cache bash git +CMD [ "/bin/sh" ] \ No newline at end of file