Skip to content

Commit

Permalink
install cashapp/hermit
Browse files Browse the repository at this point in the history
install cashapp/hermit

install cashapp/hermit
  • Loading branch information
tsirysndr committed Aug 19, 2024
1 parent dd56abe commit d40263a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d40263a

Please sign in to comment.