add helix conf and change rust installation to slim down image again
This commit is contained in:
parent
938c5a7992
commit
4da65198a7
4 changed files with 22 additions and 4 deletions
12
Dockerfile
12
Dockerfile
|
@ -17,16 +17,20 @@ RUN apk add --no-cache \
|
|||
lazygit \
|
||||
most \
|
||||
k9s \
|
||||
bash \
|
||||
curl \
|
||||
cargo \
|
||||
git
|
||||
|
||||
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; cargo binstall lazyjj
|
||||
RUN apk add --no-cache cargo bash; \
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash; \
|
||||
cargo binstall --strategies crate-meta-data jj-cli; \
|
||||
cargo binstall lazyjj; \
|
||||
apk del cargo bash;
|
||||
|
||||
ENV TERM="xterm-256color"
|
||||
ENV COLORTERM="truecolor"
|
||||
|
||||
# Set the entrypoint to fish
|
||||
WORKDIR /root/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue