diff options
author | David Robertson <davidr@element.io> | 2023-03-13 12:12:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 12:12:02 +0000 |
commit | d4eba4409f984307485b10e6b77d5edb4d93f440 (patch) | |
tree | 045930f2d163737904d55f2dce18fe6177d3247f /changelog.d | |
parent | Bump hiredis from 2.2.1 to 2.2.2 (#15252) (diff) | |
download | synapse-d4eba4409f984307485b10e6b77d5edb4d93f440.tar.xz |
Install rust during Stage 0 of docker build (#15239)
* Install rust during Stage 0 of docker build Thanks to @atomdmac for spotting the fix. Fixes #15179. * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15239.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15239.docker b/changelog.d/15239.docker new file mode 100644 index 0000000000..2aad329e99 --- /dev/null +++ b/changelog.d/15239.docker @@ -0,0 +1 @@ +Ensure the Dockerfile builds on platforms that don't have a `cryptography` wheel. |