Skip to content

Commit

Permalink
Merge branch 'master' of github.com:department-of-veterans-affairs/li…
Browse files Browse the repository at this point in the history
…ghthouse-saml-proxy into API-31688-semver-dependabot
  • Loading branch information
dmekala-va committed Nov 17, 2023
2 parents d2d93fb + 6b63b01 commit 648e91b
Show file tree
Hide file tree
Showing 7 changed files with 3,167 additions and 3,169 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This app provides a [SAML SP](https://en.wikipedia.org/wiki/Service_provider_(SA

## Installation

Requires Docker and/or Node.js > 16.
Requires Docker and/or Node.js > 16.

### Config File

Expand Down
Loading

0 comments on commit 648e91b

Please sign in to comment.