fix: added -y flag for apt-get install
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
parent
8b65127635
commit
4778c14ee2
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user