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 }