Skip to content

Commit

Permalink
manually download and install chrome now
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Jun 5, 2024
1 parent b6fdda0 commit 5fe3b15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ enabled=1\n\
gpgcheck=1\n\
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-google" > /etc/yum.repos.d/google-chrome.repo

RUN microdnf install -y google-chrome-stable xdg-utils liberation-fonts && \
microdnf clean all
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm && \
rpm -ivh google-chrome-stable_current_x86_64.rpm && \
rm -f google-chrome-stable_current_x86_64.rpm

RUN mkdir /scripts
COPY scripts /scripts/
Expand Down

0 comments on commit 5fe3b15

Please sign in to comment.