From f2abcaf94a418ae2bd2b7b02241685e2a80b5ea0 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Thu, 13 Apr 2023 11:16:17 +0000 Subject: [PATCH] Dev 997 provisioning galaxy role --- ansible-builder/context/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible-builder/context/Dockerfile b/ansible-builder/context/Dockerfile index 5c4f0b4..fde8404 100644 --- a/ansible-builder/context/Dockerfile +++ b/ansible-builder/context/Dockerfile @@ -6,8 +6,9 @@ ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= USER root RUN mkdir -p /root/.ssh -RUN chmod 700 /root/.ssh ADD ansible-builder/context/id_ed25519 /root/.ssh/id_ed25519 +RUN chmod -R 700 /root/.ssh + RUN mkdir /build WORKDIR /build