2021-02-27 20:51:54 +01:00

7 lines
92 B
Docker

FROM python:3.9-slim
RUN pip install \
certbot certbot-dns-rfc2136
CMD certbot --version