From 1431d992c994c9f78049e7a7c6b32827107dba73 Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Fri, 6 Oct 2023 15:12:56 +0200 Subject: [PATCH] add yes args for installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37b5ba19..091c4174 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR leCoffre RUN npm install -D prisma@4.11.0 COPY package.json ./ -RUN apt update && apt install openssh-client git chromium +RUN apt update && apt install openssh-client git chromium -y COPY id_rsa /root/.ssh/id_rsa RUN chmod 600 ~/.ssh/id_rsa