From b3f0139a8625bde3c56f90130b649d67309cfed1 Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Mon, 9 Jan 2023 09:29:12 +0100 Subject: [PATCH] fixing doxyfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d2d5ff..344e499 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool WORKDIR /usr/local RUN npm install docusaurus -RUN mkdir /root/.ssh +RUN mkdir -p /root/.ssh COPY ./id_rsa /root/.ssh/ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/*