Adding certbot binary

This commit is contained in:
cytopia
2020-06-27 16:35:51 +02:00
parent dad684bfd1
commit 0a04342e46
9 changed files with 11 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ RUN set -eux \
blackfire-agent \
build-essential \
bzip2 \
{% if php_version != 5.2 and php_version != 5.3 and php_version != 5.4 and php_version != 5.5 %}
certbot \
{% endif %}
coreutils \
dnsutils \
dos2unix \