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