From 4d610b43f0900187014cd125bbaea47d95e4777d Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 30 Mar 2021 13:38:47 +1100 Subject: Add `pip freeze` to Docker and CI builds for later troubleshooting. --- Dockerfile-debian-11-sqlite | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile-debian-11-sqlite') diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index e7a5fb06..38788e5b 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -135,6 +135,9 @@ RUN make # Install raw image library from PyPI. RUN ./bin/pip install py3exiv2 +# Confirm our packages version for later troubleshooting. +RUN ./bin/python -m pip freeze + # Run the tests. RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed -- cgit v1.2.3