mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Fix synapse s3 storage provider container indentation
This commit is contained in:
parent
b9604da9d9
commit
f5390562ed
@ -1,11 +1,11 @@
|
|||||||
FROM {{ matrix_synapse_docker_image }}
|
FROM {{ matrix_synapse_docker_image }}
|
||||||
|
|
||||||
{% if matrix_synapse_container_image_customizations_s3_storage_provider_installation_enabled %}
|
{% if matrix_synapse_container_image_customizations_s3_storage_provider_installation_enabled %}
|
||||||
{% if matrix_synapse_ext_synapse_s3_storage_provider_version == 'git' %}
|
{% if matrix_synapse_ext_synapse_s3_storage_provider_version == 'git' %}
|
||||||
RUN apt-get update -yq && apt-get install -yq git && pip install git+https://github.com/matrix-org/synapse-s3-storage-provider.git
|
RUN apt-get update -yq && apt-get install -yq git && pip install git+https://github.com/matrix-org/synapse-s3-storage-provider.git
|
||||||
{% else %}
|
{% else %}
|
||||||
RUN pip install synapse-s3-storage-provider=={{ matrix_synapse_ext_synapse_s3_storage_provider_version }}
|
RUN pip install synapse-s3-storage-provider=={{ matrix_synapse_ext_synapse_s3_storage_provider_version }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ matrix_synapse_container_image_customizations_dockerfile_body_custom }}
|
{{ matrix_synapse_container_image_customizations_dockerfile_body_custom }}
|
||||||
|
Loading…
Reference in New Issue
Block a user