From ec7851ca973a05af4db04250cad0f9e9353a7d3d Mon Sep 17 00:00:00 2001 From: humanoid2050 Date: Tue, 4 Apr 2023 19:04:38 -0400 Subject: [PATCH] remove duplicate calls to multiarch install --- tools/docker/lib/common | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/docker/lib/common b/tools/docker/lib/common index d36c5640e..335e55371 100644 --- a/tools/docker/lib/common +++ b/tools/docker/lib/common @@ -118,6 +118,4 @@ CreateBuilder() { docker builder rm certbot_builder || true # create the builder instance 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 }