rust-ls (cargo)
Installation
docker pull git.objnull.net/objnull/rust-ls:cargosha256:8fbb728d7060ae3c44cf61cc4567e1748046db91beccdca64b62ed4f5166735eImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400' |
| WORKDIR /tmp |
| RUN /bin/sh -c apt update -y # buildkit |
| RUN /bin/sh -c apt install -y wget build-essential libssl-dev pkg-config # buildkit |
| RUN /bin/sh -c wget https://sh.rustup.rs -O rust.sh # buildkit |
| RUN /bin/sh -c chmod +x rust.sh # buildkit |
| RUN /bin/sh -c useradd -m rustacean # buildkit |
| USER rustacean |
| RUN /bin/sh -c ./rust.sh -y # buildkit |
| ENTRYPOINT ["/home/rustacean/.cargo/bin/cargo"] |
Details
Versions (2)
View all