first commit :)
All checks were successful
/ build-docker-image (push) Successful in 1m0s

This commit is contained in:
2024-11-02 15:50:12 +00:00
parent be7f9a65a9
commit 51f825801a
5 changed files with 71 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
FROM gitea/act_runner:0.2.11
RUN echo "build started.."
RUN apk update && \
apk add --no-cache ansible && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*
RUN mkdir /ansible && \
mkdir -p /etc/ansible && \
echo 'localhost' > /etc/ansible/hosts