This commit is contained in:
parent
7ff1de3c4c
commit
938c5a7992
2 changed files with 4 additions and 3 deletions
|
@ -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
0
setup_langs/rust.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue