From f27a0c33eac5b8e9631e7c137063c03af384f7ec Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 7 Feb 2019 14:27:24 +0100 Subject: [PATCH] Update to v0.99.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- Dockerfile | 7 ++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9b365b7..dd627f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +[0.1.7] +* Update to synapse v0.33.9 + [0.1.6] * Update to synapse v0.33.8 diff --git a/CloudronManifest.json b/CloudronManifest.json index 0870a9a..40c47ee 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "standalone matrix server", - "version": "0.1.6", + "version": "0.1.8", "healthCheckPath": "/", "httpPort": 8000, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index acf1f40..ebc1f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,13 +25,14 @@ RUN sed -e 's,#TURNSERVER_ENABLED=1,TURNSERVER_ENABLED=1,' -i /etc/default/cotur RUN git clone https://github.com/matrix-org/synapse.git RUN cd /app/code/synapse && git pull origin master -RUN apt-get install -y build-essential python2.7-dev libffi-dev \ +RUN apt-get install -y build-essential python2.7-dev libffi-dev libldap2-dev libsasl2-dev \ python-pip python-setuptools sqlite3 \ libssl-dev libjpeg-dev libxslt1-dev RUN pip install --upgrade pip RUN pip install --upgrade setuptools -RUN pip install psycopg2-binary py-bcrypt -RUN pip install https://github.com/matrix-org/synapse/tarball/master +RUN pip install psycopg2-binary py-bcrypt python-ldap matrix-synapse-ldap3 +RUN pip install https://github.com/matrix-org/synapse/archive/v0.99.0.tar.gz +#https://github.com/matrix-org/synapse/tarball/master # copy index.html COPY index.html /app/code/nginx