diff options
author | Christopher May-Townsend <chris@maytownsend.co.uk> | 2020-08-26 15:03:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 15:03:20 +0100 |
commit | ed18f32e1b7bf734303e040400a2da2e27501154 (patch) | |
tree | 338a6845d8b4a8d2ebe9e12ec9595fbe2b31404f /changelog.d | |
parent | Allow running mypy directly. (#8175) (diff) | |
download | synapse-ed18f32e1b7bf734303e040400a2da2e27501154.tar.xz |
Add required Debian dependencies to allow docker builds on the arm platform (#8144)
Signed-off-by: Christopher May-Townsend <chris@maytownsend.co.uk>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8144.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8144.docker b/changelog.d/8144.docker new file mode 100644 index 0000000000..9bb5881fa8 --- /dev/null +++ b/changelog.d/8144.docker @@ -0,0 +1 @@ +Fix builds of the Docker image on non-x86 platforms. |