From da0f7adeb3205fd65e13338989e7f0e9694b8aa9 Mon Sep 17 00:00:00 2001 From: Mike Morano Date: Sat, 23 Dec 2023 11:06:55 -0500 Subject: [PATCH] looks like we might need npm to run npx in the build container --- Containerfile.auth | 1 + Containerfile.www | 1 + 2 files changed, 2 insertions(+) diff --git a/Containerfile.auth b/Containerfile.auth index b7179991..b4d0d667 100644 --- a/Containerfile.auth +++ b/Containerfile.auth @@ -8,6 +8,7 @@ RUN apk --no-cache add \ g++ \ make \ nodejs \ + npm \ rsync \ sed diff --git a/Containerfile.www b/Containerfile.www index c0bce14e..8ff5df75 100644 --- a/Containerfile.www +++ b/Containerfile.www @@ -8,6 +8,7 @@ RUN apk --no-cache add \ g++ \ make \ nodejs \ + npm \ rsync \ sed