Browse Source

Dockerfile: don't update npm to latest

It's breaking nightly builds
pull/1574/head
Philip H. 8 months ago
committed by GitHub
parent
commit
2771b1b1a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Dockerfile

3
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

Loading…
Cancel
Save