mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
Dockerfile: option --text doesn't exist
This commit is contained in:
+2
-2
@@ -62,5 +62,5 @@ RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt/venv && \
|
|||||||
# bash" and investigate, apply patches, etc.
|
# bash" and investigate, apply patches, etc.
|
||||||
|
|
||||||
ENV PATH /opt/letsencrypt/venv/bin:$PATH
|
ENV PATH /opt/letsencrypt/venv/bin:$PATH
|
||||||
# TODO: is --text really necessary?
|
|
||||||
ENTRYPOINT [ "letsencrypt", "--text" ]
|
ENTRYPOINT [ "letsencrypt" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user