Skip to content

Commit

Permalink
Add wget, remove nodejs and npm from package list
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 10, 2024
1 parent c308f19 commit 3deb6db
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 @@ -4,7 +4,7 @@ FROM opensuse/leap:15.2

RUN zypper --gpg-auto-import-keys refresh

RUN zypper install -y sudo gcc-c++ make vim git subversion cmake nodejs nodejs-devel npm rpm-build unzip curl
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 wget https://nodejs.org/dist/v18.18.0/node-v18.18.0.tar.gz
Expand Down

0 comments on commit 3deb6db

Please sign in to comment.