This commit is contained in:
+1
-1
@@ -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