fixed node install
All checks were successful
Build and push k8s-workflow-image / build (push) Successful in 13s

This commit is contained in:
Chris Ellrich 2025-04-09 22:26:08 +02:00
parent 4c91cce887
commit cfc910346c
Signed by: c.ellrich
GPG Key ID: D1850E1719D845AE

View File

@ -22,6 +22,6 @@ RUN . /envfile && \
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
# Install Node.js
RUN apt-get update && apt-get install -y nodejs npm
RUN apk update && apk add --no-cache nodejs npm
WORKDIR /apps