Skip to content

Commit cfabf21

Browse files
committed
Dockerfile: use node22:trixie and avoid pkg installs
- very slow as GHA is emulated multi-arch and I'm too lazy to convert
1 parent db7fdec commit cfabf21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
FROM debian:stable as nodebuilder
2-
ENV DEBIAN_FRONTEND=noninteractive
3-
RUN apt-get -y update
4-
RUN apt-get -y install nodejs npm
1+
FROM node:22-trixie as nodebuilder
52
WORKDIR /js
63
COPY fluidsignalr/ClientApp/package*.json /js/
74
RUN npm ci

0 commit comments

Comments
 (0)