add git
Build and push k8s-workflow-image / build (push) Successful in 7s

This commit is contained in:
2025-04-09 22:29:18 +02:00
parent cfc910346c
commit e6fabe0f1a
+3
View File
@@ -24,4 +24,7 @@ RUN . /envfile && \
# Install Node.js
RUN apk update && apk add --no-cache nodejs npm
# Install git
RUN apk update && apk add --no-cache git
WORKDIR /apps