Added some stuff for future use.
This commit is contained in:
parent
2dd34ff90d
commit
82eb4f3228
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ RUN apt update -y
|
|||
RUN apt install -y apt-utils bash git mc protobuf-compiler vim
|
||||
RUN apt dist-upgrade -y
|
||||
|
||||
#RUN git clone --branch v1.1.0 --single-branch https://github.com/microsoft/edit.git edit
|
||||
#RUN cargo build --manifest-path /home/rust-docker/edit/Cargo.toml --profile dev
|
||||
#RUN cp /home/rust-docker/edit/target/release/gurk /usr/bin/
|
||||
|
||||
RUN git clone --branch v0.7.1 --single-branch https://github.com/boxdot/gurk-rs.git gurk
|
||||
RUN cargo build --manifest-path /home/rust-docker/gurk/Cargo.toml --profile release
|
||||
RUN cp /home/rust-docker/gurk/target/release/gurk /usr/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue