FROM alpine:latest RUN apk update && \ apk add s3cmd ENTRYPOINT ["/usr/bin/s3cmd"]