diff --git a/rust-bookworm/Dockerfile b/rust-bookworm/Dockerfile index 7122c4a..2a791e7 100644 --- a/rust-bookworm/Dockerfile +++ b/rust-bookworm/Dockerfile @@ -3,6 +3,6 @@ FROM node:20-bookworm@sha256:48db4f6ea21d134be744207225753a1730c4bc1b4cdf836d445 ENV PATH="/root/.cargo/bin:$PATH" RUN apt-get update && \ - apt-get install git && \ + apt-get install git -y && \ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \ rm -rf /var/lib/apt/lists/*