From 7bd842ecd82710f93f0be7c59522cc38c1bc1a54 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Thu, 2 Jan 2025 20:49:34 +0100 Subject: [PATCH] feat: Yatta ? --- che-base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che-base/Containerfile b/che-base/Containerfile index ce1b6e6..fd9ecce 100755 --- a/che-base/Containerfile +++ b/che-base/Containerfile @@ -85,7 +85,7 @@ RUN apt-get install vim stow iputils-ping net-tools less -y ## Install Trippy RUN wget https://github.com/fujiapple852/trippy/releases/download/0.12.1/trippy-0.12.1-x86_64-unknown-linux-gnu.tar.gz && \ tar -xvf trippy-0.12.1-x86_64-unknown-linux-gnu.tar.gz && \ - mv trip /usr/local/bin/trip && \ + mv trippy-0.12.1-x86_64-unknown-linux-gnu/trip /usr/local/bin/trip && \ rm -rf trippy-0.12.1-x86_64-unknown-linux-gnu.tar.gz && \ chmod +x /usr/local/bin/trip