From e43b4db3bc35f50c687d5dd0e40f2b7b40105d3a Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:53:22 -0400 Subject: [PATCH] Update tools/docker/lib/common Co-authored-by: Brad Warren --- tools/docker/lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/lib/common b/tools/docker/lib/common index 012a42e41..4ba463be3 100644 --- a/tools/docker/lib/common +++ b/tools/docker/lib/common @@ -100,7 +100,7 @@ CreateBuilder() { # just incase the env is not perfectly clean, remove any old instance of the builder docker builder rm certbot_builder || true # create the builder instance - docker buildx create --name certbot_builder --driver docker-container --driver-opt=network=host --bootstrap --use + docker buildx create --name certbot_builder --driver docker-container --driver-opt=network=host --bootstrap # add binfmt tools to the docker environment, with integration into the new builder instance InstallMultiarchSupport }