From 5d2eec67af6d6a854d44c6a68fb8e383192d1148 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 21 Aug 2021 10:31:31 +1000 Subject: Update Dockerfiles to install Python deps from PyPI as per deploy docs. --- Dockerfile-debian-11-sqlite | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Dockerfile-debian-11-sqlite') diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index 9bece8af..a232d0c3 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -66,16 +66,15 @@ virtualenv # Install make and runtime dependencies. # -# Excluding python3-celery here due to conflict with dist-packges for a -# compatible version of billiard. -# TODO: Align with deploying docs. +# We explicitly don't use use Debian packages for everything here, so as to +# match closely with the deployment docs which install most depedencies +# from PyPI. RUN apt-get install -y \ -python3-alembic \ -python3-feedgenerator \ -python3-jsonschema \ python3-lxml \ -python3-migrate \ -python3-py \ +python3-pil + +# Install test and docs dependencies. +RUN apt-get install -y \ python3-pytest \ python3-pytest-xdist \ python3-snowballstemmer \ -- cgit v1.2.3