We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eb8b7 commit e4119b8Copy full SHA for e4119b8
build/Dockerfile
@@ -88,6 +88,10 @@ RUN echo 'eval "$(oh-my-posh init bash --config ~/.oh-my-posh/themes/tokyonight_
88
89
RUN curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | bash
90
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
95
ENV BASH_ENV=/home/${USER}/.bashrc
96
97
ARG PACKAGES
0 commit comments