Fix ordering in Debian 11 Dockerfile.

This commit is contained in:
Ben Sturmfels 2021-03-30 15:58:56 +11:00
parent b1b98281b5
commit 87b4d3e699

View File

@ -41,9 +41,6 @@ python3-sphinxcontrib.qthelp \
python3-sphinxcontrib.websupport \ python3-sphinxcontrib.websupport \
python3-webtest python3-webtest
# Additional Sphinx dependencies not in Debian.
RUN ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath
# Install audio dependencies. # Install audio dependencies.
RUN apt-get install -y \ RUN apt-get install -y \
gstreamer1.0-libav \ gstreamer1.0-libav \
@ -132,6 +129,9 @@ RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
RUN make RUN make
# Additional Sphinx dependencies not in Debian.
RUN ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath
# Install raw image library from PyPI. # Install raw image library from PyPI.
RUN ./bin/pip install py3exiv2 RUN ./bin/pip install py3exiv2