Skip to content

Commit

Permalink
Install libxss1 for the test image, looks like it is needed by Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Aug 30, 2020
1 parent ca39457 commit c26084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/discourse_test/Dockerfile
Expand Up @@ -22,7 +22,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo ap
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 libgconf-2-4 google-chrome-stable yarn nodejs &&\
apt install -y libgconf-2-4 libxss1 google-chrome-stable yarn nodejs &&\
npm install -g eslint babel-eslint &&\
cd /var/www/discourse && sudo -E -u discourse -H yarn install

Expand Down

0 comments on commit c26084b

Please sign in to comment.