Adding ping
All checks were successful
Cargo Check & Build / Rust project - latest (push) Successful in 10m55s

This commit is contained in:
Joshua Higgins
2025-04-08 20:53:05 -04:00
parent ddf8a0bc42
commit 1151017edb

View File

@@ -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