From a446f4b8064e28d3359b91418cd89ff248c19e8b Mon Sep 17 00:00:00 2001 From: Thomas BELLEMBOIS Date: Sun, 17 Nov 2024 08:00:46 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9445e8..98b75dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ FROM debian:bookworm -RUN apt update && apt -y install sshpass rsync doxygen nodejs npm +RUN apt update && apt -y install sshpass rsync WORKDIR /usr/local -RUN npm install docusaurus RUN mkdir /root/.ssh COPY ./id_rsa /root/.ssh/