diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-11 11:53:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 10:53:34 +0000 |
commit | d94bcbced3840bb60a299136dfeb8ef380968b5a (patch) | |
tree | c6cb112d487ea333c8afffbd513ffee534910e52 /.dockerignore | |
parent | Unpin build-system requirements, but impose an upper-bound (#14085) (diff) | |
download | synapse-d94bcbced3840bb60a299136dfeb8ef380968b5a.tar.xz |
Fix pinning Rust deps in docker images (#14129)
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 1c6905b1bb..0b51345cbd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,6 +9,7 @@ !pyproject.toml !poetry.lock !Cargo.lock +!Cargo.toml !build_rust.py rust/target |