diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cd43278 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "package/teleport-bin"] + path = package/teleport-bin + url = git@git.yiprawr.dev:daniel156161/teleport-bin.git diff --git a/Dockerfile b/Dockerfile index 63f7d3a..69cacfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package/teleport-bin b/package/teleport-bin new file mode 160000 index 0000000..be365bd --- /dev/null +++ b/package/teleport-bin @@ -0,0 +1 @@ +Subproject commit be365bd6ac563a0870538e4af4d2d318bcc72100