refacto chromium import

This commit is contained in:
OxSaitama 2023-10-06 15:25:27 +02:00
parent 1431d992c9
commit f88868bab7

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 -y RUN apt update && apt install openssh-client git chromium-browser -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