From 935694cb641904ebd9c27419cc1cb3dd81337742 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 6 Aug 2019 02:20:23 +0300 Subject: [PATCH] Fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ed180042..d21a3f2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ RUN apk add --no-cache \ ffmpeg \ ca-certificates \ su-exec \ + git \ && pip3 install .[all] && pip3 install --upgrade 'git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix' VOLUME /data