From 4ae903d5e339b6f4202be12e30b1e2a5e9914f0f Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Mon, 11 Nov 2024 20:50:22 +0100 Subject: [PATCH] Install npm --- docker/OpenSuseLeap_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/OpenSuseLeap_Dockerfile b/docker/OpenSuseLeap_Dockerfile index b446ad2..b0158e2 100644 --- a/docker/OpenSuseLeap_Dockerfile +++ b/docker/OpenSuseLeap_Dockerfile @@ -9,7 +9,7 @@ RUN zypper -n --no-gpg-checks refresh -f RUN zypper install -y sudo gcc-c++ make vim git subversion cmake rpm-build unzip curl wget RUN zypper install -y libcurl-devel libicu-devel sqlite3-devel zlib-devel -RUN zypper install -y nodejs +RUN zypper install -y nodejs npm RUN zypper install -y python310 RUN zypper install -y gcc13-c++