FROM alpine:3.20.1 # Install base RUN apk add --no-cache docker docker-compose bash CMD [ "/bin/bash" ]