Adding ping
All checks were successful
Cargo Check & Build / Rust project - latest (push) Successful in 10m55s
All checks were successful
Cargo Check & Build / Rust project - latest (push) Successful in 10m55s
This commit is contained in:
@@ -2,7 +2,7 @@ FROM rust:1.84.0 as build
|
|||||||
|
|
||||||
RUN rustup target add x86_64-unknown-linux-musl && \
|
RUN rustup target add x86_64-unknown-linux-musl && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y musl-tools musl-dev && \
|
apt install -y musl-tools musl-dev iputils-ping && \
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
|
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
|
|||||||
Reference in New Issue
Block a user