|
@ -2,7 +2,7 @@ FROM alpine |
|
|
|
|
|
|
|
|
WORKDIR /src |
|
|
WORKDIR /src |
|
|
RUN \ |
|
|
RUN \ |
|
|
apk add --no-cache git && \ |
|
|
|
|
|
|
|
|
apk add --no-cache git openssl && \ |
|
|
git clone https://github.com/acmesh-official/acme.sh.git && \ |
|
|
git clone https://github.com/acmesh-official/acme.sh.git && \ |
|
|
apk del git |
|
|
apk del git |
|
|
|
|
|
|
|
|