feat/act-runner-ansible #3

Merged
marcio.fernandes merged 7 commits from feat/act-runner-ansible into main 2024-11-02 21:23:55 +00:00
Showing only changes of commit 996d9ffc54 - Show all commits

View File

@@ -8,7 +8,7 @@ RUN apk update && \
apk add --no-cache openssh-client && \
apk add --no-cache curl && \
apk add --no-cache ansible && \
apk add --no-cache node && \
apk add --no-cache nodejs && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*