Skip to content

Commit e4119b8

Browse files
committed
install cashapp/hermit
1 parent 18eb8b7 commit e4119b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ RUN echo 'eval "$(oh-my-posh init bash --config ~/.oh-my-posh/themes/tokyonight_
8888

8989
RUN curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | bash
9090

91+
RUN curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash
92+
93+
ENV PATH=${PATH}:/home/${USER}/bin
94+
9195
ENV BASH_ENV=/home/${USER}/.bashrc
9296

9397
ARG PACKAGES

0 commit comments

Comments
 (0)