Dockerfile: note about missing requirements.txt

This commit is contained in:
Jakub Warmuz
2015-06-19 08:16:03 +00:00
parent b3be239061
commit 5f41c9f191
+1
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