From 87b4d3e699e9980c81643ebaea061055fcd37a0f Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 30 Mar 2021 15:58:56 +1100 Subject: Fix ordering in Debian 11 Dockerfile. --- Dockerfile-debian-11-sqlite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile-debian-11-sqlite') diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index 38788e5b..eed130b9 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -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 -- cgit v1.2.3