Add missing dependency for chrome.

This commit is contained in:
Guo Xiang Tan 2018-03-07 14:10:16 +08:00
parent 488fd91efd
commit 6b67357d82
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo ap
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list &&\
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - &&\
apt-get update &&\
apt-get install -y google-chrome-stable yarn nodejs &&\
apt-get install -y libgconf-2-4 google-chrome-stable yarn nodejs &&\
npm install -g eslint babel-eslint &&\
cd /var/www/discourse && sudo -E -u discourse -H yarn install