diff --git a/Dockerfile b/Dockerfile index b082523..e611e1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,7 @@ RUN . /envfile && \ curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/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