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