From 6c234442c9c5cd858c44a56f9766917f7e214894 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Thu, 19 Jan 2017 16:18:56 +0100
Subject: [PATCH] [Misc] Fix bug introduced in previous commit

---
 xwiki-mysql-tomcat/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xwiki-mysql-tomcat/Dockerfile b/xwiki-mysql-tomcat/Dockerfile
index e88365d..46b3e19 100644
--- a/xwiki-mysql-tomcat/Dockerfile
+++ b/xwiki-mysql-tomcat/Dockerfile
@@ -32,9 +32,8 @@ 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 \
+  apt-get -y --force-yes install \
     curl \
-    install \
     libreoffice \
     nano \
     openjdk-8-jdk \
-- 
GitLab