Update to v0.99.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[0.1.7]
|
||||
* Update to synapse v0.33.9
|
||||
|
||||
[0.1.6]
|
||||
* Update to synapse v0.33.8
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user