-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
307b351
commit 2d31aa7
Showing
18 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ ARG HOST_USER | |
RUN yum update -y | ||
RUN yum install -y sudo | ||
|
||
RUN curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - | ||
RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | ||
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel zlib-devel subversion cmake unzip | ||
|
||
# Install node 14.17.5 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 14.17.5 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ ARG HOST_USER | |
RUN yum update -y | ||
RUN yum install -y sudo | ||
|
||
RUN curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - | ||
RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | ||
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel subversion cmake unzip | ||
|
||
# Install node 14.17.5 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 14.17.5 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ ARG HOST_USER | |
RUN yum update -y | ||
RUN yum install -y sudo | ||
|
||
RUN curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - | ||
RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | ||
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel zlib-devel subversion cmake unzip | ||
|
||
# Install node 14.17.5 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 14.17.5 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ ARG HOST_USER | |
RUN yum update -y | ||
RUN yum install -y sudo | ||
|
||
RUN curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - | ||
RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | ||
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel zlib-devel subversion cmake unzip | ||
|
||
# Install node 14.17.5 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 14.17.5 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | |
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel zlib-devel subversion cmake unzip | ||
|
||
# Install node 18.12.1 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 18.12.1 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ RUN curl -sL https://rpm.nodesource.com/setup_18.x | sudo -E bash - | |
RUN yum install -y gcc-c++ make nodejs vim git | ||
RUN yum install -y sword-devel libsqlite3x-devel.x86_64 libicu-devel libcurl-devel zlib-devel subversion cmake unzip | ||
|
||
# Install node 18.12.1 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 18.12.1 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
RUN yum install -y rpm-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ 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 libcurl-devel libicu-devel sqlite3-devel zlib-devel | ||
|
||
# Install node 14.17.5 | ||
# Install node 18.18.0 | ||
RUN npm install -g n | ||
RUN n 14.17.5 | ||
RUN n 18.18.0 | ||
|
||
RUN npm install -g [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters