diff --git a/commander/Dockerfile b/commander/Dockerfile index db34904..69b89fd 100644 --- a/commander/Dockerfile +++ b/commander/Dockerfile @@ -2,5 +2,5 @@ FROM alpine:3.20.1 # Install base RUN apk add --no-cache --upgrade grep -RUN apk add --no-cache bash git +RUN apk add --no-cache bash git openssh CMD [ "/bin/bash" ] \ No newline at end of file