Skip to content

Commit

Permalink
dl chrome (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmweisz authored Jul 30, 2024
1 parent e94a44b commit 28344a8
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 28344a8

Please sign in to comment.