From 9084c02cc6648de851583552178fe7ac8fdde979 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 5 Apr 2021 18:25:24 +1000 Subject: [PATCH] Remove dnf search in Dockerfile. --- Dockerfile-debian-11-sqlite | 1 + Dockerfile-fedora-33-sqlite | 2 -- 2 files changed, 1 insertion(+), 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 \