store teleport-bin repo temporary on my git server because Community LICENSE file has been moved (referenced in PKGBUILD) and is not yet updatet by https://aur.archlinux.org/packages/teleport-bin

fix to build container
This commit is contained in:
2024-12-03 20:20:40 +01:00
parent 8ec5a38ccc
commit 07680cd3ce
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "package/teleport-bin"]
path = package/teleport-bin
url = git@git.yiprawr.dev:daniel156161/teleport-bin.git
+2 -1
View File
@@ -44,7 +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://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