add nodejs to Dockerfile
Some checks failed
Build and push k8s-workflow-image / build (push) Failing after 5s
Some checks failed
Build and push k8s-workflow-image / build (push) Failing after 5s
This commit is contained in:
parent
d532217b84
commit
4c91cce887
@ -21,4 +21,7 @@ RUN . /envfile && \
|
|||||||
curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
|
curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
|
||||||
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
|
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
|
||||||
|
|
||||||
|
# Install Node.js
|
||||||
|
RUN apt-get update && apt-get install -y nodejs npm
|
||||||
|
|
||||||
WORKDIR /apps
|
WORKDIR /apps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user