Update to v0.99.0
This commit is contained in:
@@ -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