Try simpler copy
All checks were successful
ci / checkout (push) Successful in 3m53s

This commit is contained in:
R.J. 2025-02-02 19:59:55 +01:00
parent 7ff1de3c4c
commit 938c5a7992
2 changed files with 4 additions and 3 deletions

View file

@ -22,11 +22,12 @@ RUN apk add --no-cache \
cargo \
git
COPY ./setup_langs ./setup_langs
COPY ./.config ./root/.config
COPY setup_langs /root/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
RUN cargo binstall --strategies crate-meta-data jj-cli; cargo binstall lazyjj
# Set the entrypoint to fish
WORKDIR /root/
ENTRYPOINT ["fish"]

0
setup_langs/rust.sh Normal file → Executable file
View file