From 0798a8892a52f26dd611d559fefa2e28da6d0e4a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 20 Apr 2020 12:51:27 +1000 Subject: Add draft Fedora dockerfile. --- Dockerfile-debian-python3-sqlite | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Dockerfile-debian-python3-sqlite') diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index 5ee7d3be..5a4c0356 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -93,6 +93,11 @@ gir1.2-gstreamer-1.0 \ gstreamer1.0-tools \ python3-gi +# Install document (PDF-only) dependencies. +# TODO: Check that PDF tests aren't skipped. +RUN apt-get install -y \ +poppler-utils + # Create working directory. RUN mkdir /opt/mediagoblin RUN chown -R www-data:www-data /opt/mediagoblin -- cgit v1.2.3