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

This commit is contained in:
Chris Ellrich 2025-04-09 22:29:18 +02:00
parent cfc910346c
commit e6fabe0f1a
Signed by: c.ellrich
GPG Key ID: D1850E1719D845AE

View File

@ -24,4 +24,7 @@ RUN . /envfile && \
# Install Node.js # Install Node.js
RUN apk update && apk add --no-cache nodejs npm RUN apk update && apk add --no-cache nodejs npm
# Install git
RUN apk update && apk add --no-cache git
WORKDIR /apps WORKDIR /apps