aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-11-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian-11-sqlite')
-rw-r--r--Dockerfile-debian-11-sqlite3
1 files changed, 3 insertions, 0 deletions
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