Skip to content

Commit

Permalink
fix google chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Jun 5, 2024
1 parent b0567af commit ff6c6b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ RUN microdnf install -y gnupg && \
# Add Google Chrome repository
RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /etc/pki/rpm-gpg/RPM-GPG-KEY-google && \
echo "[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-google" > /etc/yum.repos.d/google-chrome.repo
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-google" > /etc/yum.repos.d/google-chrome.repo

# Install Google Chrome
RUN microdnf install -y google-chrome-stable xdg-utils liberation-fonts && \
Expand Down

0 comments on commit ff6c6b7

Please sign in to comment.