mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-27 20:34:03 +00:00
Update devcontainer dockerfile
This commit is contained in:
parent
516c85ec30
commit
7a3df98df7
1 changed files with 3 additions and 14 deletions
|
@ -1,16 +1,5 @@
|
|||
FROM clux/muslrust:stable
|
||||
FROM jugeeya/cargo-skyline:2.1.0
|
||||
|
||||
RUN cargo install --git https://github.com/jam1garner/cargo-skyline
|
||||
ENV HOME /root
|
||||
|
||||
RUN git clone https://github.com/jam1garner/rust-std-skyline-squashed
|
||||
|
||||
RUN cargo install xargo
|
||||
|
||||
RUN cd /volume/rust-std-skyline-squashed && cargo update
|
||||
|
||||
ENV XARGO_RUST_SRC /volume/rust-std-skyline-squashed/src
|
||||
|
||||
ENV PATH="/usr/share/rust/.rustup/toolchains/nightly-2020-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:${PATH}"
|
||||
|
||||
RUN mkdir /workspaces/
|
||||
RUN ln -s /volume/rust-std-skyline-squashed /workspaces/rust-std-skyline-squashed
|
||||
RUN apt-get update && apt install -y git
|
Loading…
Reference in a new issue