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:
parent
a6460006c7
commit
0eb7d5b8ad
|
@ -46,6 +46,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
|||
yarn="$YARN_VERSION" \
|
||||
libxmlsec1-dev \
|
||||
python-lxml \
|
||||
python3-lxml \
|
||||
libicu-dev \
|
||||
parallel \
|
||||
postgresql-client-$POSTGRES_CLIENT \
|
||||
|
|
|
@ -40,6 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
|||
yarn="$YARN_VERSION" \
|
||||
libxmlsec1-dev \
|
||||
python-lxml \
|
||||
python3-lxml \
|
||||
libicu-dev \
|
||||
parallel \
|
||||
postgresql-client-$POSTGRES_CLIENT \
|
||||
|
|
|
@ -54,6 +54,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
|||
yarn="$YARN_VERSION" \
|
||||
libxmlsec1-dev \
|
||||
python-lxml \
|
||||
python3-lxml \
|
||||
libicu-dev \
|
||||
parallel \
|
||||
postgresql-client-$POSTGRES_CLIENT \
|
||||
|
|
Loading…
Reference in New Issue