franky/commander/Dockerfile
2024-07-10 20:13:58 +02:00

6 lines
No EOL
132 B
Docker

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