copy fish after installing fish
Some checks are pending
ci / checkout (push) Waiting to run

This commit is contained in:
R.J. 2025-02-02 19:52:00 +01:00
parent 1fdf0a1f3f
commit 7ff1de3c4c
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,5 @@
if status is-interactive
fish_add_path /root/.cargo/bin/
# Commands to run in interactive sessions can go here
end

View file

@ -1,5 +1,6 @@
FROM alpine:edge
# Install base dependencies and build tools
RUN apk add --no-cache \
fish \
@ -21,6 +22,9 @@ RUN apk add --no-cache \
cargo \
git
COPY ./setup_langs ./setup_langs
COPY ./.config ./root/.config
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
RUN cargo binstall --strategies crate-meta-data jj-cli