dont' remove tmp

This commit is contained in:
Jess Frazelle 2016-07-09 19:25:22 -07:00 committed by GitHub
parent 35e182000f
commit 8b780b9307

View File

@ -16,6 +16,6 @@ RUN export GNUPGHOME="$(mktemp -d)" \
&& gpg --trusted-key 4D17C995CD9775F2 --verify certbot-auto.asc certbot-auto \
&& mv certbot-auto /usr/local/bin/ \
) \
&& rm -r "$GNUPGHOME" /tmp
&& rm -r "$GNUPGHOME"
ENTRYPOINT [ "certbot-auto" ]