Skip to content

Commit

Permalink
Update Dockerfile for OpenSuse
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 11, 2024
1 parent 4ae903d commit 06895c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/OpenSuseLeap_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN zypper install -y sudo gcc-c++ make vim git subversion cmake rpm-build unzip
RUN zypper install -y libcurl-devel libicu-devel sqlite3-devel zlib-devel
RUN zypper install -y nodejs npm
RUN zypper install -y python310
RUN rm /usr/bin/python3 && ln -s /usr/bin/python3.10 /usr/bin/python3
RUN zypper install -y gcc13-c++

RUN npm install -g electron-packager
Expand Down

0 comments on commit 06895c4

Please sign in to comment.