From bb83a26acf438d7b5abb3a5eb4f9889235f5eadb Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 8 Jun 2018 11:06:02 -0300 Subject: [PATCH] Add prettier to the base image --- image/base/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 4b3b3a5..dc21c8b 100644 --- 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 -- 2.25.1