|
|
@ -2,6 +2,10 @@ |
|
|
# nodejs 20 hangs on build with armv6/armv7 |
|
|
# nodejs 20 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 |
|
|
|
|
|
|
|
|
|
|
|
# Install Linux packages |
|
|
|
|
|
RUN apk add --no-cache \ |
|
|
|
|
|
python3 |
|
|
|
|
|
|
|
|
# Update npm to latest |
|
|
# Update npm to latest |
|
|
RUN npm install -g npm@latest |
|
|
RUN npm install -g npm@latest |
|
|
|
|
|
|
|
|
@ -32,7 +36,6 @@ RUN apk add --no-cache \ |
|
|
dumb-init \ |
|
|
dumb-init \ |
|
|
iptables \ |
|
|
iptables \ |
|
|
iptables-legacy \ |
|
|
iptables-legacy \ |
|
|
python3 \ |
|
|
|
|
|
wireguard-tools |
|
|
wireguard-tools |
|
|
|
|
|
|
|
|
# Use iptables-legacy |
|
|
# Use iptables-legacy |
|
|
|