瀏覽代碼

Added Deps

pull/1769/head
Markus 4 年之前
父節點
當前提交
d756a79bf3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-synapse/tasks/synapse/setup_install.yml

+ 1
- 1
roles/matrix-synapse/tasks/synapse/setup_install.yml 查看文件

@@ -38,7 +38,7 @@
- name: Adding the S3 Install Command
lineinfile:
path: "{{ matrix_synapse_docker_src_files_path }}/docker/Dockerfile"
line: RUN pip install --no-deps --no-warn-script-location synapse-s3-storage-provider boto3 botocore jmespath
line: RUN pip install --no-deps --no-warn-script-location synapse-s3-storage-provider boto3 botocore humanize jmespath s3transfer tqdm typing-extensions
insertafter: /synapse.*
when: "matrix_synapse_s3_media_store_enabled|bool"



Loading…
取消
儲存