From 3e3dfc6caefdeb51b554f9eab5c51d90b03c0958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Tue, 5 Nov 2024 22:00:52 +0100 Subject: [PATCH] fix(docker): return explicit Node.js installation (#10198) Refs #10195 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5fef294c8d8..61661754e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM nginx:1.27.2-alpine +RUN apk update && apk add "nodejs" + LABEL maintainer="char0n" ENV API_KEY="**None**" \