Update Dockerfile

This commit is contained in:
Adrien Ferrand 2021-01-07 20:29:21 +01:00 committed by GitHub
parent fb8cd063eb
commit 75bc42df1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,8 @@ RUN apk add --no-cache --virtual .certbot-deps \
libssl1.1 \
openssl \
ca-certificates \
binutils
binutils \
curl
# Install certbot from sources
#