mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
pin-version
This commit is contained in:
parent
d9ef1d0bef
commit
2b202dc3e4
1 changed files with 2 additions and 1 deletions
|
|
@ -217,8 +217,9 @@ RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \
|
|||
RUN apt-get update -qq && \
|
||||
apt-get install -qq cargo && \
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
||||
git clone --depth 1 https://github.com/orf/gping /opt/gping && \
|
||||
git clone --depth 30 https://github.com/orf/gping /opt/gping && \
|
||||
cd /opt/gping && \
|
||||
git checkout 36cb94e~1 && \
|
||||
cargo install --locked --path ./gping && \
|
||||
install target/release/gping /usr/local/bin && \
|
||||
yes | $HOME/.cargo/bin/rustup self uninstall
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue