Replace deprecated chromium-browser package with chromium

This commit is contained in:
Angel Perez
2018-06-07 14:10:50 -04:00
parent 9836bb63c3
commit 812b43a74b

View File

@@ -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