[#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 20:34:59 -05:00 committed by Brad Warren
parent 46052f826c
commit b0e5809df2

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 \