From 30cbc3321759ef8b1b8069f3f0dd8c897df9dc5a Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Tue, 20 Jun 2023 16:10:53 +0200 Subject: [PATCH] vaultwarden lxc working --- src/lxc/lxc.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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): """