diff --git a/containers/teuthology-dev/Dockerfile b/containers/teuthology-dev/Dockerfile index 686b4fef9..637f25017 100644 --- a/containers/teuthology-dev/Dockerfile +++ b/containers/teuthology-dev/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && \ apt-get clean all && \ locale-gen $LC_ALL WORKDIR /teuthology -COPY requirements.txt requirements.yml ansible.cfg bootstrap /teuthology/ +COPY pyproject.toml requirements.txt requirements.yml uv.lock ansible.cfg bootstrap /teuthology/ RUN \ cd /teuthology && \ mkdir ../archive_dir && \ diff --git a/docs/docker-compose/teuthology/Dockerfile b/docs/docker-compose/teuthology/Dockerfile index 7df6f3117..f977bf72f 100644 --- a/docs/docker-compose/teuthology/Dockerfile +++ b/docs/docker-compose/teuthology/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && \ apt-get clean all && \ locale-gen $LC_ALL WORKDIR /teuthology -COPY requirements.txt requirements.yml ansible.cfg bootstrap /teuthology/ +COPY pyproject.toml requirements.txt requirements.yml uv.lock ansible.cfg bootstrap /teuthology/ RUN \ cd /teuthology && \ mkdir ../archive_dir && \