Update tools/docker/lib/common

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

View file

@ -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
}