Remove prettier from the base image.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Fri, 7 Sep 2018 06:48:09 +0000 (14:48 +0800)
committerGuo 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

index 1a77fabf4d55bf7577d9f53817b79721f04b6886..f9c2e6bc5912b9431bc8a39e6a2efb5210e93988 100644 (file)
@@ -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