From 195ddeb980b660ec5aa77abed6301f6668b35f82 Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Tue, 17 May 2016 13:50:56 +0900 Subject: [PATCH] app: Upgrade to mattermost 3.0.1 --- app/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 0d6dba7..256f571 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,10 +1,9 @@ FROM ubuntu:14.04 -RUN apt-get update && apt-get -y install wget netcat +RUN apt-get update && apt-get -y install curl netcat RUN mkdir -p /mattermost/data -RUN wget https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz \ - && tar -xvzf mattermost-team-2.2.0-linux-amd64.tar.gz && rm mattermost-team-2.2.0-linux-amd64.tar.gz +RUN curl https://releases.mattermost.com/3.0.1/mattermost-team-3.0.1-linux-amd64.tar.gz | tar -xvz COPY config.template.json / COPY docker-entry.sh /