Update to v0.99.0

This commit is contained in:
Matthias
2019-02-07 14:27:24 +01:00
parent 6d99d215a6
commit f27a0c33ea
3 changed files with 8 additions and 4 deletions

View File

@@ -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