This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user