From 90ec02cb6a4746fb65872d167e277a48e9c96cda Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Thu, 19 Jan 2017 15:27:07 +0100
Subject: [PATCH] [Misc] Improve readability

---
 xwiki-mysql-tomcat/Dockerfile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/xwiki-mysql-tomcat/Dockerfile b/xwiki-mysql-tomcat/Dockerfile
index f094608..e88365d 100644
--- a/xwiki-mysql-tomcat/Dockerfile
+++ b/xwiki-mysql-tomcat/Dockerfile
@@ -32,7 +32,15 @@ ENV XWIKI_VERSION=8.4.4 \
 RUN echo "deb http://http.debian.net/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list && \
   apt-get update && \
   apt-get -y upgrade && \
-  apt-get -y --force-yes install sudo nano unzip curl openjdk-8-jdk tomcat8 libreoffice
+  apt-get -y --force-yes \
+    curl \
+    install \
+    libreoffice \
+    nano \
+    openjdk-8-jdk \
+    sudo \
+    tomcat8 \
+    unzip
 
 # Install XWiki as the ROOT webapp context in Tomcat
 RUN rm -rf /var/lib/tomcat8/webapps/* && \
-- 
GitLab