mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Dockerfiles pin versions using constraints file Pulling out strip_hashes and add --no-deps flag
5 lines
158 B
Docker
5 lines
158 B
Docker
FROM certbot/certbot
|
|
|
|
COPY . src/certbot-dns-cloudxns
|
|
|
|
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-cloudxns
|