fixed node install
All checks were successful
Build and push k8s-workflow-image / build (push) Successful in 13s
All checks were successful
Build and push k8s-workflow-image / build (push) Successful in 13s
This commit is contained in:
parent
4c91cce887
commit
cfc910346c
@ -22,6 +22,6 @@ RUN . /envfile && \
|
|||||||
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
|
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
|
||||||
|
|
||||||
# Install Node.js
|
# Install Node.js
|
||||||
RUN apt-get update && apt-get install -y nodejs npm
|
RUN apk update && apk add --no-cache nodejs npm
|
||||||
|
|
||||||
WORKDIR /apps
|
WORKDIR /apps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user