This commit is contained in:
Jackson Delahunt 2023-10-18 14:23:31 +11:00
parent 2b202dc3e4
commit a340703ec4

View file

@ -219,7 +219,7 @@ RUN apt-get update -qq && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
git clone --depth 30 https://github.com/orf/gping /opt/gping && \
cd /opt/gping && \
git checkout 36cb94e~1 && \
git checkout fd1eccb && \
cargo install --locked --path ./gping && \
install target/release/gping /usr/local/bin && \
yes | $HOME/.cargo/bin/rustup self uninstall