mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Dockerfile: copy dep modules dirs
This commit is contained in:
parent
38d2f8613d
commit
125ba6449e
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ COPY setup.py README.rst CHANGES.rst MANIFEST.in /opt/letsencrypt/src/
|
|||
# more likely to be cached than the whole project directory
|
||||
|
||||
COPY letsencrypt /opt/letsencrypt/src/letsencrypt/
|
||||
COPY acme /opt/letsencrypt/src/acme/
|
||||
COPY letsencrypt_apache /opt/letsencrypt/src/letsencrypt_apache/
|
||||
COPY letsencrypt_nginx /opt/letsencrypt/src/letsencrypt_nginx/
|
||||
|
||||
|
||||
RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue