ksh0165 / ReactStudy

업무에 필요한 내용 기록
http://github.com/ksh0165/works.git
0 stars 0 forks source link

docker selenium #345

Open ksh0165 opened 7 months ago

ksh0165 commented 7 months ago
  1. 크롬 설치 1.1 Yum 을 위한 repo 파일 생성

$ vi /etc/yum.repos.d/google-chrome.repo

[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=0 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

1.2 크롬 설치

$ yum install google-chrome-stable

참고 : https://blog.miyam.net/104