From e4119b8707858fcd9198dd0194d5ec2856c5dba8 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 19 Aug 2024 21:16:52 +0000 Subject: [PATCH] install cashapp/hermit --- build/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index ab5858d..911dde4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -88,6 +88,10 @@ RUN echo 'eval "$(oh-my-posh init bash --config ~/.oh-my-posh/themes/tokyonight_ RUN curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | bash +RUN curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash + +ENV PATH=${PATH}:/home/${USER}/bin + ENV BASH_ENV=/home/${USER}/.bashrc ARG PACKAGES