mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Update tools/docker/lib/common
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
4582b7f726
commit
9b20628cde
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ InstallMultiarchSupport() {
|
|||
# driver
|
||||
CreateBuilder() {
|
||||
# just incase the env is not perfectly clean, remove any old instance of the builder
|
||||
docker builder rm certbot_builder || true
|
||||
docker buildx rm certbot_builder || true
|
||||
# create the builder instance
|
||||
docker buildx create --name certbot_builder --driver docker-container --driver-opt=network=host --bootstrap
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue