Browse Source

add openssl

pull/3/head
fedy95 4 years ago
parent
commit
b527a80d48
  1. 2
      Dockerfile

2
Dockerfile

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