added node
/ build-docker-image (push) Failing after 26s

This commit is contained in:
Márcio Fernandes
2024-11-02 21:08:12 +00:00
parent fee0a4261a
commit aab48c6c3b
+1
View File
@@ -8,6 +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 && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*