Add draft Fedora dockerfile.

This commit is contained in:
Ben Sturmfels
2020-04-20 12:51:27 +10:00
parent 09c659785f
commit 0798a8892a
2 changed files with 95 additions and 0 deletions

View File

@@ -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