FROM alpine RUN \ apk add --no-cache git && \ git clone https://github.com/acmesh-official/acme.sh.git && \ apk del git WORKDIR /ache.sh