diff --git a/Dockerfile b/Dockerfile index 99f1acf6..1e971cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,6 @@ # nodejs 20 hangs on build with armv6/armv7 FROM docker.io/library/node:18-alpine AS build_node_modules -# Update npm to latest -RUN npm install -g npm@latest - # Copy Web UI COPY src /app WORKDIR /app