.
All checks were successful
/ build-docker-image (push) Successful in 51s

This commit is contained in:
2024-11-02 21:10:07 +00:00
parent aab48c6c3b
commit 996d9ffc54

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/*