mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -2,7 +2,7 @@ |
|||||
# nodejs 22 hangs on build with armv6/armv7 |
# nodejs 22 hangs on build with armv6/armv7 |
||||
FROM docker.io/library/node:18-alpine AS build_node_modules |
FROM docker.io/library/node:18-alpine AS build_node_modules |
||||
|
|
||||
# Update npm to latest version |
# Update npm to patched version of latest nodejs lts |
||||
RUN npm install -g [email protected] |
RUN npm install -g [email protected] |
||||
|
|
||||
# Copy Web UI |
# Copy Web UI |
||||
|
|||||
Loading…
Reference in new issue