From f88868bab799d91180306abb6754a2fc1b32312c Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Fri, 6 Oct 2023 15:25:27 +0200 Subject: [PATCH] refacto chromium import --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 091c4174..47615e13 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 -y +RUN apt update && apt install openssh-client git chromium-browser -y COPY id_rsa /root/.ssh/id_rsa RUN chmod 600 ~/.ssh/id_rsa