From c16f468105cbc357344bfe84568faac0ec392388 Mon Sep 17 00:00:00 2001
From: Dmitriy Safronov <zimniy@cyberbrain.pw>
Date: Thu, 19 Dec 2024 19:01:18 +0400
Subject: [PATCH] ci: rm npm install

Signed-off-by: Dmitriy Safronov <zimniy@cyberbrain.pw>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 038ccfe..d20f8ed 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 FROM node:20.13.1 AS builder
 ENV NODE_ENV=production
 WORKDIR /home/node/app
-RUN apt-get update && apt-get install -y --no-install-recommends dumb-init && npm install -g npm@10.8.0
+RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
 ARG NPM_TOKEN
 COPY package*.json ./
 RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \
-- 
GitLab