diff options
| -rw-r--r-- | op-mode-definitions/container.xml.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index 97a087ce2..786bd66d3 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -69,7 +69,7 @@                      <list><filename></list>                    </completionHelp>                  </properties> -                <command>sudo podman build --layers --force-rm --tag "$4" $6</command> +                <command>sudo podman build --net host --layers --force-rm --tag "$4" $6</command>                </tagNode>              </children>            </tagNode> | 
