[#5154] Enable certificate verification (incl. revocation) on Docker (#5159)

o Install `openssl` as part of `.certbot-deps`
o `certbot` on Docker container uses `openssl` to verify certificate
This commit is contained in:
Giacomo Ghidini
2017-10-02 18:34:59 -07:00
committed by Brad Warren
parent 46052f826c
commit b0e5809df2
+1
View File
@@ -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 \