Added commander

This commit is contained in:
Liliesh 2024-07-10 18:21:51 +02:00
parent 90cca67c93
commit 7cbf2a4c3c
Signed by: liliesh
GPG key ID: 680387646C7BAE8E

6
commander/Dockerfile Normal file
View file

@ -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" ]