app: Upgrade to mattermost 3.0.1
This commit is contained in:
parent
808f5af669
commit
195ddeb980
@ -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 /
|
||||
|
Reference in New Issue
Block a user