aboutsummaryrefslogtreecommitdiff
path: root/app/im
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-06-04 21:32:45 +0200
committerQuentin Dufour <quentin@dufour.io>2021-06-04 21:32:45 +0200
commit7e82b0d94d166c09f572798ea0838a8afdc53f51 (patch)
tree60135c3d6529ddff107c6edf732ee4bc9cde9caa /app/im
parentefcdef78564b3a3777efa5c1ed99ebc77fab0131 (diff)
downloadinfrastructure-7e82b0d94d166c09f572798ea0838a8afdc53f51.tar.gz
infrastructure-7e82b0d94d166c09f572798ea0838a8afdc53f51.zip
Add git
Diffstat (limited to 'app/im')
-rw-r--r--app/im/build/matrix-synapse/Dockerfile3
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 \