diff --git a/Dockerfile b/Dockerfile index e611e1e..a4f6198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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