Skip to content

Commit

Permalink
DEV: Also run ember tests in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed Aug 19, 2021
1 parent a59f824 commit d457b6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions image/discourse_dev/Dockerfile
Expand Up @@ -41,8 +41,6 @@ ADD ensure-database /etc/runit/1.d/ensure-database

RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - &&\
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list &&\
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - &&\
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list &&\
apt update &&\
apt install -y google-chrome-stable yarn nodejs &&\
apt install -y google-chrome-stable firefox-esr &&\
npm install -g eslint babel-eslint

0 comments on commit d457b6b

Please sign in to comment.