diff --git a/Containerfile b/Containerfile index d57449d..440421c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,4 @@ FROM rust:1.84.1 AS lib_builder -RUN apt-get update -y && apt-get install -y gcc musl-dev build-essential pkg-config cmake -RUN rustup toolchain install stable WORKDIR /src COPY rust/ . RUN cargo build