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:
authorBrad Warren <bmw@users.noreply.github.com>2016-11-01 04:30:02 +0300
committerGitHub <noreply@github.com>2016-11-01 04:30:02 +0300
commit30dd22f2f8bf3e82786ebd25ace2d1a67fe157eb (patch)
tree1d53538e0527c1698505b24836fa2da1c637c0c6 /certbot-compatibility-test
parent3534e4cb1f615e87db22321c742422d343779a3c (diff)
No doc,dev depedencies for compatibility-test (#3722)
Diffstat (limited to 'certbot-compatibility-test')
-rw-r--r--certbot-compatibility-test/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/certbot-compatibility-test/Dockerfile b/certbot-compatibility-test/Dockerfile
index e445a3555..c8ef62696 100644
--- a/certbot-compatibility-test/Dockerfile
+++ b/certbot-compatibility-test/Dockerfile
@@ -38,8 +38,7 @@ RUN virtualenv --no-site-packages -p python2 /opt/certbot/venv && \
-e /opt/certbot/src \
-e /opt/certbot/src/certbot-apache \
-e /opt/certbot/src/certbot-nginx \
- -e /opt/certbot/src/certbot-compatibility-test \
- -e /opt/certbot/src[dev,docs]
+ -e /opt/certbot/src/certbot-compatibility-test
# install in editable mode (-e) to save space: it's not possible to
# "rm -rf /opt/certbot/src" (it's stays in the underlaying image);