We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4b2f7 commit 592ce59Copy full SHA for 592ce59
docker/Dockerfile
@@ -247,7 +247,6 @@ RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \
247
# Install gping
248
RUN git clone --depth 1 https://github.com/orf/gping /opt/gping && \
249
cd /opt/gping && \
250
- # git checkout fd1eccb && \
251
cargo install --locked --path ./gping && \
252
install target/release/gping /usr/local/bin && \
253
cargo clean
0 commit comments