-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:department-of-veterans-affairs/li…
…ghthouse-saml-proxy into API-31688-semver-dependabot
- Loading branch information
Showing
7 changed files
with
3,167 additions
and
3,169 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,9 @@ FROM devchromebase as devnodebase | |
# | ||
# NodeJS 16.x | ||
# | ||
RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash - | ||
RUN retry yum install -y -q nodejs gcc-c++ make python3 git \ | ||
RUN retry yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y \ | ||
&& retry yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1 | ||
RUN retry yum install -y -q gcc-c++ make python3 git \ | ||
&& retry yum install --assumeyes --quiet tar gzip xz zip unzip | ||
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
Oops, something went wrong.