Skip to content

Commit

Permalink
changes to dockerfile.test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmekala-va committed Oct 17, 2023
1 parent b6c45df commit a784373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ LABEL org.opencontainers.image.authors="Pivot!" \
# Install chrome dependencies
RUN yum -y install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

FROM ghcr.io/department-of-veterans-affairs/lighthouse-node-build:v2-node18 as nodebuild

FROM devchromebase as devnodebase

#
# NodeJS 18.x
#
RUN curl -sL https://rpm.nodesource.com/setup_18.x | bash -
RUN retry yum install -y -q nodejs gcc-c++ make python3 git \
&& retry yum install --assumeyes --quiet tar gzip xz zip unzip
COPY --from=nodebuild /usr/local/ /usr/local/
RUN npm install -g [email protected]

FROM devnodebase
Expand Down

0 comments on commit a784373

Please sign in to comment.