7 lines
92 B
Docker
7 lines
92 B
Docker
FROM python:3.9-slim
|
|
|
|
RUN pip install \
|
|
certbot certbot-dns-rfc2136
|
|
|
|
CMD certbot --version
|