mirror of
https://github.com/certbot/certbot.git
synced 2026-04-11 20:17:22 -04:00
5 lines
118 B
Docker
5 lines
118 B
Docker
FROM certbot/certbot
|
|
|
|
COPY . src/certbot-dns-google
|
|
|
|
RUN pip install --no-cache-dir --editable src/certbot-dns-google
|