summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-11 11:53:34 +0100
committerGitHub <noreply@github.com>2022-10-11 10:53:34 +0000
commitd94bcbced3840bb60a299136dfeb8ef380968b5a (patch)
treec6cb112d487ea333c8afffbd513ffee534910e52 /docker/Dockerfile
parentUnpin build-system requirements, but impose an upper-bound (#14085) (diff)
downloadsynapse-d94bcbced3840bb60a299136dfeb8ef380968b5a.tar.xz
Fix pinning Rust deps in docker images (#14129)
Diffstat (limited to '')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b20951d4cf..8be49681b4 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -121,7 +121,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
 COPY synapse /synapse/synapse/
 COPY rust /synapse/rust/
 # ... and what we need to `pip install`.
-COPY pyproject.toml README.rst build_rust.py /synapse/
+COPY pyproject.toml README.rst build_rust.py Cargo.toml Cargo.lock /synapse/
 
 # Repeat of earlier build argument declaration, as this is a new build stage.
 ARG TEST_ONLY_IGNORE_POETRY_LOCKFILE