Remove dnf search in Dockerfile.
This commit is contained in:
parent
d384417aab
commit
9084c02cc6
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user