diff --git a/src/lxc/lxc.py b/src/lxc/lxc.py index c6ab6eb..12487f6 100644 --- a/src/lxc/lxc.py +++ b/src/lxc/lxc.py @@ -343,9 +343,10 @@ class LXC(LinuxMachine): self.pve.run_command(f"ssh-keygen -f '/root/.ssh/known_hosts' -R {self.get_ipv4(use_ssh=False)}") # Add main, community and testing repo for Alpine - if "alpine" in self.os_name: - logging.info("Setting up Alpine repositories for LXC") - lxc_utils.run_protected_script(lxc=self, script_path="protected/scripts/setup-repo-alpine.sh") + # if "alpine" in self.os_name: + # logging.info("Setting up Alpine repositories for LXC") + # lxc_utils.run_protected_script(lxc=self, script_path="protected/scripts/setup-repo-alpine.sh") + # self.run_command("apk update", use_ssh=False) def run_creation(self): """