Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2021-02-24 02:29:52 +0300
committerGitHub <noreply@github.com>2021-02-24 02:29:52 +0300
commitc3d6fca3eb1f24616bb784865662adfa048f9bf9 (patch)
tree90fda36cf97ed16b4cf8d6578f31781b0cd49330 /tools/docker/core/Dockerfile
parentc43f4fe518b48465b5cb886f2b1df1f3aed17616 (diff)
Make certbot constraint file independent from certbot-auto + update cryptography (#8649)
* Refactor to not depend on certbot-auto dependencies pinning anymore * Update constraints * Replaces references * Upgrade AWS dependencies pinning * Fix script * Fix Windows installer builds * Fixing sdists letstest script * Pin cryptography on 3.1.1 specifically for RHEL/CentOS 7 to avoid build failures during test_sdists test. * Finish fix * Fix VERSION_ID in RHEL 7
Diffstat (limited to 'tools/docker/core/Dockerfile')
-rw-r--r--tools/docker/core/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/docker/core/Dockerfile b/tools/docker/core/Dockerfile
index 0d3626853..d2ebe3537 100644
--- a/tools/docker/core/Dockerfile
+++ b/tools/docker/core/Dockerfile
@@ -14,10 +14,6 @@ WORKDIR /opt/certbot
# Copy certbot code
COPY CHANGELOG.md README.rst src/
-# We keep the relative path to the requirements file the same because, as of
-# writing this, tools/pip_install.py is used in the Dockerfile for Certbot
-# plugins and this script expects to find the requirements file there.
-COPY letsencrypt-auto-source/pieces/dependency-requirements.txt letsencrypt-auto-source/pieces/
COPY tools tools
COPY acme src/acme
COPY certbot src/certbot