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