FROM alpine:3 RUN apk update && apk add python3 py3-pip docker-cli WORKDIR /app CMD tail -f /dev/null