diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-12-07 15:29:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 15:29:32 +0100 |
commit | 22e91b8019ba07f1d014e106912cff33613b7629 (patch) | |
tree | ffede15448b71d2bc956c88eadada19e54a0f422 /changelog.d | |
parent | Fix a bug introduced in v1.67.0 where not specifying a config file or a serve... (diff) | |
download | synapse-22e91b8019ba07f1d014e106912cff33613b7629.tar.xz |
docker: remove useless cargo install with apt (#14636)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14636.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14636.misc b/changelog.d/14636.misc new file mode 100644 index 0000000000..9d24f6888f --- /dev/null +++ b/changelog.d/14636.misc @@ -0,0 +1 @@ +Remove useless cargo install with apt from Dockerfile. |