From 6a9bf2766659aa3f612d75a969df165dad197df1 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Sat, 21 Dec 2019 20:57:51 +0100
Subject: [PATCH] Small corrections

---
 pica-mattermost/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile
index efac727..dae1cfd 100644
--- a/pica-mattermost/Dockerfile
+++ b/pica-mattermost/Dockerfile
@@ -25,8 +25,8 @@ RUN apk add --no-cache \
 	&& rm -rf /tmp/*
 
 # Get Mattermost
-RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins
-    curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
+RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins \
+    && curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xz \
     && cp /mattermost/config/config.json /config.json.save \
     && rm -rf /mattermost/config/config.json \
     && addgroup -g ${PGID} mattermost \
-- 
GitLab