mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
o Install `openssl` as part of `.certbot-deps` o `certbot` on Docker container uses `openssl` to verify certificate
This commit is contained in:
parent
46052f826c
commit
b0e5809df2
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ COPY certbot src/certbot
|
|||
RUN apk add --no-cache --virtual .certbot-deps \
|
||||
libffi \
|
||||
libssl1.0 \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
binutils
|
||||
RUN apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
|||
Loading…
Reference in a new issue