diff options
-rw-r--r-- | Dockerfile-debian-11-sqlite | 1 | ||||
-rw-r--r-- | Dockerfile-fedora-33-sqlite | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index e7f5ffc1..b345bb2e 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -24,6 +24,7 @@ virtualenv # # Excluding python3-celery here due to conflict with dist-packges for a # compatible version of billiard. +# TODO: Align with deploying docs. RUN apt-get install -y \ python3-alembic \ python3-feedgenerator \ diff --git a/Dockerfile-fedora-33-sqlite b/Dockerfile-fedora-33-sqlite index 44a75625..d3f1a519 100644 --- a/Dockerfile-fedora-33-sqlite +++ b/Dockerfile-fedora-33-sqlite @@ -50,8 +50,6 @@ gstreamer1-plugins-good \ gstreamer1-plugins-ugly-free \ python3-numpy -RUN dnf search gst - RUN dnf -y install \ python3-gobject \ python3-gstreamer1 \ |