Merge pull request #852 from Jadaw1n/patch-1

Dockerfile: option --text doesn't exist
This commit is contained in:
bmw
2015-09-28 12:42:03 -07:00
+2 -2
View File
@@ -62,5 +62,5 @@ RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt/venv && \
# bash" and investigate, apply patches, etc.
ENV PATH /opt/letsencrypt/venv/bin:$PATH
# TODO: is --text really necessary?
ENTRYPOINT [ "letsencrypt", "--text" ]
ENTRYPOINT [ "letsencrypt" ]