Skip to content

Commit

Permalink
Add Chrome to the Dockerfile for Cirrus (firebase#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Terkelsen authored Nov 26, 2019
1 parent c58abc0 commit 866efac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ RUN yes | sdkmanager \
"system-images;android-21;default;armeabi-v7a"

RUN yes | sdkmanager --licenses

# Add repo for Google Chrome and install it
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
RUN echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends google-chrome-stable

0 comments on commit 866efac

Please sign in to comment.