mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
No doc,dev depedencies for compatibility-test (#3722)
This commit is contained in:
parent
3534e4cb1f
commit
30dd22f2f8
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue