Merge pull request #516 from kuba/requirements.txt

Fix merge conflicts between #486 and #510 (pip install .).
This commit is contained in:
James Kasten 2015-06-19 13:14:08 -04:00
commit c89925ad04

View file

@ -48,6 +48,7 @@ COPY letsencrypt_apache /opt/letsencrypt/src/letsencrypt_apache/
COPY letsencrypt_nginx /opt/letsencrypt/src/letsencrypt_nginx/
# requirements.txt not installed!
RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt/venv && \
/opt/letsencrypt/venv/bin/pip install -e /opt/letsencrypt/src