From c6e4767c378b5adb4223d91449f00a6fe78cb30d Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Sun, 22 Dec 2024 13:34:18 +0100 Subject: [PATCH] change teleport package back to aur --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69cacfa..bdd171b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ RUN pacman -Syu --noconfirm sudo bash-completion openssh neofetch \ RUN useradd builduser -m RUN passwd -d builduser RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers -#RUN sudo -u builduser bash -c 'cd ~ && git clone https://aur.archlinux.org/teleport-bin.git teleport && cd teleport && makepkg -si --noconfirm && cd ~ && rm -rf teleport' -RUN sudo -u builduser bash -c 'cd ~ && git clone https://git.yiprawr.dev/daniel156161/teleport-bin.git teleport && cd teleport && makepkg -si --noconfirm && cd ~ && rm -rf teleport' +RUN sudo -u builduser bash -c 'cd ~ && git clone https://aur.archlinux.org/teleport-bin.git teleport && cd teleport && makepkg -si --noconfirm && cd ~ && rm -rf teleport' +#RUN sudo -u builduser bash -c 'cd ~ && git clone https://git.yiprawr.dev/daniel156161/teleport-bin.git teleport && cd teleport && makepkg -si --noconfirm && cd ~ && rm -rf teleport' RUN userdel -r builduser # Setup SSH-Server