add yes args for installation

This commit is contained in:
OxSaitama 2023-10-06 15:12:56 +02:00
parent 72f5e594e0
commit 1431d992c9

View File

@ -9,7 +9,7 @@ WORKDIR leCoffre
RUN npm install -D prisma@4.11.0 RUN npm install -D prisma@4.11.0
COPY package.json ./ 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 COPY id_rsa /root/.ssh/id_rsa
RUN chmod 600 ~/.ssh/id_rsa RUN chmod 600 ~/.ssh/id_rsa