Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 строки
330 B

  1. FROM {{ matrix_synapse_docker_image }}
  2. {% if matrix_synapse_container_image_customizations_s3_storage_provider_installation_enabled %}
  3. RUN pip install synapse-s3-storage-provider=={{ matrix_synapse_ext_synapse_s3_storage_provider_version }}
  4. {% endif %}
  5. {{ matrix_synapse_container_image_customizations_dockerfile_body_custom }}