mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
o Install `openssl` as part of `.certbot-deps` o `certbot` on Docker container uses `openssl` to verify certificate
This commit is contained in:
committed by
Brad Warren
parent
46052f826c
commit
b0e5809df2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user