aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-fedora-33-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-fedora-33-sqlite')
-rw-r--r--Dockerfile-fedora-33-sqlite18
1 files changed, 6 insertions, 12 deletions
diff --git a/Dockerfile-fedora-33-sqlite b/Dockerfile-fedora-33-sqlite
index d3f1a519..2ae4fb69 100644
--- a/Dockerfile-fedora-33-sqlite
+++ b/Dockerfile-fedora-33-sqlite
@@ -22,26 +22,20 @@ virtualenv
RUN dnf -y install \
findutils \
-python3-alembic \
-python3-celery \
-python3-feedgenerator \
-python3-jsonschema \
+# To build waitress on Fedora 33 (not required for 31)
+libffi-devel \
python3-lxml \
-python3-migrate \
-# Fedora only
python3-pillow \
-python3-py \
+which
+
+RUN dnf -y install \
python3-pytest \
python3-pytest-xdist \
python3-snowballstemmer \
python3-sphinx \
# Not in Fedora
# python3-sphinxcontrib.websupport \
-python3-webtest \
-# Fedora only
-which \
-# To build waitress on Fedora 33 (not required for 31)
-libffi-devel
+python3-webtest
RUN dnf -y install \
gstreamer1-plugins-base \