diff --git a/Dockerfile b/Dockerfile index 72494bc6..e1c5ae09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,10 @@ # nodejs 20 hangs on build with armv6/armv7 FROM docker.io/library/node:18-alpine AS build_node_modules +# Install Linux packages +RUN apk add --no-cache \ + python3 + # Update npm to latest RUN npm install -g npm@latest @@ -32,7 +36,6 @@ RUN apk add --no-cache \ dumb-init \ iptables \ iptables-legacy \ - python3 \ wireguard-tools # Use iptables-legacy