Skip to content

Commit

Permalink
feat: Yatta ?
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Jan 2, 2025
1 parent 98727c3 commit 7bd842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion che-base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7bd842e

Please sign in to comment.