Update tools/docker/lib/common

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
humanoid2050 2023-04-05 18:22:53 -04:00 committed by GitHub
parent ec7851ca97
commit f01bc93f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ ParseArgs() {
# Function for use with trap in the primary scripts to remove the
# docker builder and restore the original directory
Cleanup() {
docker builder rm certbot_builder || true
docker buildx rm certbot_builder || true
popd
}