remove ldp until it is more stable

This commit is contained in:
Sebastian Hugentobler 2016-08-03 16:15:11 +02:00
parent f90c14f551
commit 017b830860
2 changed files with 0 additions and 16 deletions

View file

@ -28,8 +28,6 @@ RUN apk add --no-cache \
make \
musl \
musl-dev \
openldap \
openldap-dev \
openssl-dev \
pwgen \
py-pip \
@ -46,7 +44,6 @@ RUN virtualenv -p python /var/lib/synapse
RUN source /var/lib/synapse/bin/activate && \
pip install --upgrade setuptools && \
pip install psycopg2 && \
pip install python-ldap && \
pip install https://github.com/matrix-org/synapse/tarball/$VERSION
RUN apk del \
@ -62,7 +59,6 @@ RUN apk del \
linux-headers \
make \
musl-dev \
openldap-dev \
openssl-dev \
python-dev \
sqlite-libs \