FROM alpine:3.20.1 # Install base RUN apk add --no-cache --upgrade grep RUN apk add --no-cache bash git openssh CMD [ "/bin/bash" ]