From 68fc3d8d56a034a40ffc671175a7bb04eea4457a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20F=C3=B6rster?= Date: Wed, 16 Jul 2025 13:32:55 +0200 Subject: [PATCH] Add NodeJS to image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a1ef418..15dfb0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,7 @@ RUN mkdir /usr/local/structurizr && \ wget https://github.com/structurizr/cli/releases/latest/download/structurizr-cli.zip -O /usr/local/structurizr/structurizr-cli.zip && \ unzip /usr/local/structurizr/structurizr-cli.zip -d /usr/local/structurizr +RUN apk add --no-cache nodejs npm + USER dtcuser ENV DIAGRAM_STRUCTURIZRCLI_HOME=/usr/local/structurizr