From 41e5c4fb44b17eb1e0bbf056cb3a91c2f18bb43b Mon Sep 17 00:00:00 2001 From: Mark Bundschuh Date: Tue, 19 Mar 2024 15:20:21 -0400 Subject: [PATCH] add tt to arch --- images/Dockerfile.archlinux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/Dockerfile.archlinux b/images/Dockerfile.archlinux index dbf6d5e..b43025b 100644 --- a/images/Dockerfile.archlinux +++ b/images/Dockerfile.archlinux @@ -21,6 +21,8 @@ RUN systemctl enable httpd RUN systemctl enable sshd RUN systemctl enable cronie +RUN sudo curl -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt-linux -o /usr/local/bin/tt && sudo chmod +x /usr/local/bin/tt + RUN wget https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64 -O /usr/bin/ttyd.x86_64 RUN chmod +x /usr/bin/ttyd.x86_64