mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Generate constraints file to pin deps in Docker images
Dockerfiles pin versions using constraints file Pulling out strip_hashes and add --no-deps flag
This commit is contained in:
@@ -2,4 +2,4 @@ FROM certbot/certbot
|
||||
|
||||
COPY . src/certbot-dns-dnsmadeeasy
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
|
||||
|
||||
Reference in New Issue
Block a user