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:
5fbf7d5
)
Remove prettier from the base image.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Fri, 7 Sep 2018 06:48:09 +0000
(14:48 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Fri, 7 Sep 2018 06:48:25 +0000
(14:48 +0800)
This should be installed by yarn.
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 1a77fabf4d55bf7577d9f53817b79721f04b6886..f9c2e6bc5912b9431bc8a39e6a2efb5210e93988 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-47,8
+47,7
@@
RUN cd / &&\
locale-gen en_US &&\
apt-get install -y nodejs &&\
npm install -g uglify-js@"<3" &&\
- npm install -g svgo &&\
- npm install -g prettier@1.14.0
+ npm install -g svgo
ADD install-nginx /tmp/install-nginx
RUN /tmp/install-nginx