From aab479d7f979bdcaa9af286c51bf594de8d2a59f Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Wed, 12 Feb 2025 15:48:53 +0100 Subject: [PATCH] Install npm when building docker image --- ci/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index b146800..bbe5bdf 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -50,6 +50,7 @@ RUN apt-get update && \ make \ libtool \ nodejs \ + npm \ gnupg \ zip \ bc \