Skip to content
Snippets Groups Projects
Commit 85246400 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

cleanup

parent 8ef7d88d
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
- name: Konfig-Dateien erstellen - name: Konfig-Dateien erstellen
template: src={{ item }} dest=/srv/matrix/{{ item }} template: src={{ item }} dest=/srv/matrix/{{ item }}
with_items: with_items:
- Dockerfile
- docker-compose.yml - docker-compose.yml
- rest_auth_provider.py - rest_auth_provider.py
- ma1sd-config/ma1sd.yaml - ma1sd-config/ma1sd.yaml
......
FROM matrixdotorg/synapse:v1.12.4-py3
RUN apk add curl
RUN export PYTHON_MINOR_VERSION=$(echo "${PYTHON_VERSION}" | rev | cut -d"." -f2- | rev) ; \
curl https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/master/rest_auth_provider.py -o /usr/local/lib/python${PYTHON_MINOR_VERSION}/site-packages/rest_auth_provider.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment