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

This commit is contained in:
2025-04-09 22:26:08 +02:00
parent 4c91cce887
commit cfc910346c
+1 -1
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