From 70d7a3c58528bde96b5336c40573c2491c448d9e Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Fri, 24 Feb 2017 16:20:36 +0100
Subject: [PATCH] [Misc] Remove unnecessary command since default values are
 used in docker-entrypoint.sh

---
 template/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/template/Dockerfile b/template/Dockerfile
index 94eb0be..e98baa1 100644
--- a/template/Dockerfile
+++ b/template/Dockerfile
@@ -92,8 +92,5 @@ VOLUME /usr/local/xwiki
 # are also passed to docker-entrypoint.sh. If "xwiki" is passed then XWiki will be configured the first time the
 # container executes and Tomcat will be started. If some other parameter is passed then it'll be executed to comply
 # with best practices defined at https://github.com/docker-library/official-images#consistency.
-ENV MYSQL_USER=xwiki \
-    MYSQL_PASSWORD=xwiki \
-    DB_CONTAINER_NAME
 ENTRYPOINT ["docker-entrypoint.sh"]
 CMD ["xwiki"]
-- 
GitLab