aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-python3-sqlite
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-04-20 12:51:27 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-04-20 12:51:27 +1000
commit0798a8892a52f26dd611d559fefa2e28da6d0e4a (patch)
treee5ff0b3a0de3f7af2c3f454dd3038c3e4e18009b /Dockerfile-debian-python3-sqlite
parent09c659785f4466a411155c72cca0db99e5f75fbc (diff)
downloadmediagoblin-0798a8892a52f26dd611d559fefa2e28da6d0e4a.tar.lz
mediagoblin-0798a8892a52f26dd611d559fefa2e28da6d0e4a.tar.xz
mediagoblin-0798a8892a52f26dd611d559fefa2e28da6d0e4a.zip
Add draft Fedora dockerfile.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r--Dockerfile-debian-python3-sqlite5
1 files changed, 5 insertions, 0 deletions
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