diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-06-04 21:32:45 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-06-04 21:32:45 +0200 |
commit | 7e82b0d94d166c09f572798ea0838a8afdc53f51 (patch) | |
tree | 60135c3d6529ddff107c6edf732ee4bc9cde9caa | |
parent | efcdef78564b3a3777efa5c1ed99ebc77fab0131 (diff) | |
download | infrastructure-7e82b0d94d166c09f572798ea0838a8afdc53f51.tar.gz infrastructure-7e82b0d94d166c09f572798ea0838a8afdc53f51.zip |
Add git
-rw-r--r-- | app/im/build/matrix-synapse/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/im/build/matrix-synapse/Dockerfile b/app/im/build/matrix-synapse/Dockerfile index 20650d0..48cf2c7 100644 --- a/app/im/build/matrix-synapse/Dockerfile +++ b/app/im/build/matrix-synapse/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update && \ # postgresql-dev \ libpq-dev \ virtualenv \ - libxslt1-dev && \ + libxslt1-dev \ + git && \ virtualenv /root/matrix-env -p /usr/bin/python3 && \ . /root/matrix-env/bin/activate && \ pip3 install \ |