mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
Dockerfile: copy dep modules dirs
This commit is contained in:
@@ -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
|
# more likely to be cached than the whole project directory
|
||||||
|
|
||||||
COPY letsencrypt /opt/letsencrypt/src/letsencrypt/
|
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 && \
|
RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt && \
|
||||||
|
|||||||
Reference in New Issue
Block a user