mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
dont' remove tmp
This commit is contained in:
parent
35e182000f
commit
8b780b9307
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user