From cb673b3df24606daf0666d9ee1e8454f5cc1f6e9 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Wed, 19 May 2021 22:08:03 +0800 Subject: [PATCH] Added ansible to USER --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a91b498..6463633 100644 --- a/Containerfile +++ b/Containerfile @@ -16,5 +16,5 @@ COPY --from=galaxy /usr/share/ansible /usr/share/ansible RUN alternatives --set python /usr/bin/python3 && useradd -c "Ansible User" -M -u 1000 ansible CMD /run.sh -USER 1000 +USER ansible RUN git lfs install