Remove dnf search in Dockerfile.

This commit is contained in:
Ben Sturmfels 2021-04-05 18:25:24 +10:00
parent d384417aab
commit 9084c02cc6
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,7 @@ virtualenv
# #
# Excluding python3-celery here due to conflict with dist-packges for a # Excluding python3-celery here due to conflict with dist-packges for a
# compatible version of billiard. # compatible version of billiard.
# TODO: Align with deploying docs.
RUN apt-get install -y \ RUN apt-get install -y \
python3-alembic \ python3-alembic \
python3-feedgenerator \ python3-feedgenerator \

View File

@ -50,8 +50,6 @@ gstreamer1-plugins-good \
gstreamer1-plugins-ugly-free \ gstreamer1-plugins-ugly-free \
python3-numpy python3-numpy
RUN dnf search gst
RUN dnf -y install \ RUN dnf -y install \
python3-gobject \ python3-gobject \
python3-gstreamer1 \ python3-gstreamer1 \