Fix ordering in Debian 11 Dockerfile.
This commit is contained in:
parent
b1b98281b5
commit
87b4d3e699
@ -41,9 +41,6 @@ python3-sphinxcontrib.qthelp \
|
||||
python3-sphinxcontrib.websupport \
|
||||
python3-webtest
|
||||
|
||||
# Additional Sphinx dependencies not in Debian.
|
||||
RUN ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath
|
||||
|
||||
# Install audio dependencies.
|
||||
RUN apt-get install -y \
|
||||
gstreamer1.0-libav \
|
||||
@ -132,6 +129,9 @@ RUN ./bootstrap.sh
|
||||
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
||||
RUN make
|
||||
|
||||
# Additional Sphinx dependencies not in Debian.
|
||||
RUN ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath
|
||||
|
||||
# Install raw image library from PyPI.
|
||||
RUN ./bin/pip install py3exiv2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user