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-10-sqlite | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile-debian-10-sqlite') diff --git a/Dockerfile-debian-10-sqlite b/Dockerfile-debian-10-sqlite index d392ec6b..b124ddc0 100644 --- a/Dockerfile-debian-10-sqlite +++ b/Dockerfile-debian-10-sqlite @@ -173,6 +173,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