projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488fd91
)
Add missing dependency for chrome.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 7 Mar 2018 06:10:16 +0000
(14:10 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 7 Mar 2018 06:10:16 +0000
(14:10 +0800)
image/discourse_test/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/discourse_test/Dockerfile
b/image/discourse_test/Dockerfile
index 0fb78c474e717eb5e2882b4188226f83c149f671..20705397b4ea057864c266cf14e11255cfeccec6 100644
(file)
--- a/
image/discourse_test/Dockerfile
+++ b/
image/discourse_test/Dockerfile
@@
-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