install python3-lxml

in preparation for migrating qti_migration_tool to python 3

once that migration is complete, we can remove the python 2 version

refs DE-993

Change-Id: Iea25e7418c6e4bc87e639cc1883b216eea94ca6c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/282813
Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Jeremy Stanley <jeremy@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
This commit is contained in:
Jeremy Stanley 2022-01-13 15:11:01 -07:00
parent a6460006c7
commit 0eb7d5b8ad
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
yarn="$YARN_VERSION" \ yarn="$YARN_VERSION" \
libxmlsec1-dev \ libxmlsec1-dev \
python-lxml \ python-lxml \
python3-lxml \
libicu-dev \ libicu-dev \
parallel \ parallel \
postgresql-client-$POSTGRES_CLIENT \ postgresql-client-$POSTGRES_CLIENT \

View File

@ -40,6 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
yarn="$YARN_VERSION" \ yarn="$YARN_VERSION" \
libxmlsec1-dev \ libxmlsec1-dev \
python-lxml \ python-lxml \
python3-lxml \
libicu-dev \ libicu-dev \
parallel \ parallel \
postgresql-client-$POSTGRES_CLIENT \ postgresql-client-$POSTGRES_CLIENT \

View File

@ -54,6 +54,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
yarn="$YARN_VERSION" \ yarn="$YARN_VERSION" \
libxmlsec1-dev \ libxmlsec1-dev \
python-lxml \ python-lxml \
python3-lxml \
libicu-dev \ libicu-dev \
parallel \ parallel \
postgresql-client-$POSTGRES_CLIENT \ postgresql-client-$POSTGRES_CLIENT \