From d40263accaef9379005ccc6479d87ebdb67bb605 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 19 Aug 2024 21:21:55 +0000 Subject: [PATCH] install cashapp/hermit install cashapp/hermit install cashapp/hermit --- build/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index 82815af..86a2817 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -57,6 +57,10 @@ RUN echo 'eval "$(oh-my-posh init bash)"' >> .bashrc 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 + ARG PACKAGES RUN if [ -n "$PACKAGES" ]; then \