From 9971a5104a972837e1a447cad7270c251137cb36 Mon Sep 17 00:00:00 2001 From: Thomas BELLEMBOIS Date: Sun, 17 Nov 2024 07:52:48 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04a434a..9d406ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,12 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine RUN apk update && apk add --update openssh && apk add openjdk17-jre bash nodejs && apk add jq && apk add rsync && rm -rf /tmp/* /var/cache/apk/* -WORKDIR /usr/local +# WORKDIR /usr/local -RUN mkdir /root/.ssh +# RUN mkdir /root/.ssh # RUN ssh-copy-id -i ./id_rsa /root/.ssh # COPY ./id_rsa /root/.ssh -RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/* +# RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/* COPY --from=base /bin/drone-sonar /bin/ WORKDIR /bin