refactor(docker): Remove global npm installation from Dockerfiles
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add bash build-base python3 xdg-utils --no-cache \
|
||||
&& npm install npm --global
|
||||
&& apk add bash build-base python3 xdg-utils --no-cache
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user