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:
7db04d2
)
Add prettier to the base image
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 8 Jun 2018 14:06:02 +0000
(11:06 -0300)
committer
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 8 Jun 2018 14:06:02 +0000
(11:06 -0300)
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 4b3b3a5554e1c5750c89eaf780972e3dffb8f5f3..dc21c8bd0df59ef3fb671b7de2df2e1ef7e73ce5 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-46,7
+46,8
@@
RUN cd / &&\
locale-gen en_US &&\
apt-get install -y nodejs &&\
npm install -g uglify-js@"<3" &&\
- npm install svgo -g
+ npm install -g svgo &&\
+ npm install -g prettier
ADD install-nginx /tmp/install-nginx
RUN /tmp/install-nginx