Replace deprecated chromium-browser package with chromium
This commit is contained in:
@@ -42,7 +42,7 @@ RUN gem install bundler
|
|||||||
RUN bundle install --full-index
|
RUN bundle install --full-index
|
||||||
|
|
||||||
# Install Chromium and ChromeDriver for E2E integration tests
|
# Install Chromium and ChromeDriver for E2E integration tests
|
||||||
RUN apt-get update -qq && apt-get install -y chromium-browser
|
RUN apt-get update -qq && apt-get install -y chromium
|
||||||
RUN wget -N http://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
|
RUN wget -N http://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
|
||||||
RUN unzip chromedriver_linux64.zip
|
RUN unzip chromedriver_linux64.zip
|
||||||
RUN chmod +x chromedriver
|
RUN chmod +x chromedriver
|
||||||
|
|||||||
Reference in New Issue
Block a user