ensure gpg-agent is dead, before deleting the $GNUPGHOME

This commit is contained in:
El RIDO 2021-09-29 05:43:58 +02:00
parent 20b7e06207
commit 58ece9ae1a

View file

@ -76,6 +76,7 @@ RUN \
&& chown -R ${UID}:${GID} /etc/s6 /run /srv/* /var/lib/nginx /var/www \
&& chmod o+rwx /run /var/lib/nginx /var/lib/nginx/tmp \
# Clean up
&& gpgconf --kill gpg-agent \
&& rm -rf /tmp/* \
&& apk del --no-cache gnupg git ssl_client ${ALPINE_COMPOSER_PACKAGES}