From 67b5b927bdbb98ec5a7ff45f9b46092c18828a02 Mon Sep 17 00:00:00 2001 From: Dan Lowe Date: Wed, 31 Dec 2025 00:58:22 -0500 Subject: [PATCH] Add 'roman' module for pphtml#23 Related to https://github.com/DistributedProofreaders/pphtml/pull/23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d103f2..e81f629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ RUN mkdir /venv \ && python3 -m venv /venv \ && /venv/bin/pip3 install \ - tinycss cssselect lxml html5lib pytest Pillow regex + tinycss cssselect lxml html5lib pytest Pillow regex roman RUN pecl install zip \ && echo "extension=zip" >> $PHP_INI_DIR/php.ini-development \ && mv $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini