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-38077-ux-login
  • Loading branch information
dmekala-va committed Jul 30, 2024
2 parents c5b2d6e + 28344a8 commit 78708ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ LABEL org.opencontainers.image.authors="Pivot!" \

# Install chrome dependencies
USER root
RUN yum -y install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
RUN sudo amazon-linux-extras install epel -y
RUN sudo yum install -y chromium

FROM devchromebase as devnodebase

Expand Down

0 comments on commit 78708ef

Please sign in to comment.