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