mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update tools/docker/lib/common
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
c0e33b9dfa
commit
e43b4db3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue