Skip to content

Commit

Permalink
Install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 11, 2024
1 parent 9035b92 commit 4ae903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/OpenSuseLeap_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++

Expand Down

0 comments on commit 4ae903d

Please sign in to comment.