remove duplicate calls to multiarch install

This commit is contained in:
humanoid2050 2023-04-04 19:04:38 -04:00
parent 9de082a5f6
commit ec7851ca97

View file

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