From c71b23754ce7fdfef65d90a8887a646f97d1f500 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 25 Mar 2016 14:47:12 -0700 Subject: [PATCH] What's a correct v? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e6700f90..ccbb07b95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ COPY letsencrypt-nginx /opt/letsencrypt/src/letsencrypt-nginx/ RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt/venv -# PATH is set now so pipstrap upgrades the correct v(env) +# PATH is set now so pipstrap upgrades the correct (v)env ENV PATH /opt/letsencrypt/venv/bin:$PATH RUN /opt/letsencrypt/venv/bin/python /opt/letsencrypt/src/pipstrap.py && \ /opt/letsencrypt/venv/bin/pip install \