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