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