diff --git a/tutordistro/patches/openedx-dockerfile-post-python-requirements b/tutordistro/patches/openedx-dockerfile-post-python-requirements index 7189e3e..b629abe 100644 --- a/tutordistro/patches/openedx-dockerfile-post-python-requirements +++ b/tutordistro/patches/openedx-dockerfile-post-python-requirements @@ -1,5 +1,9 @@ -{%- if DISTRO_INSTALL_EDNX_REQUIREMENTS is defined and DISTRO_INSTALL_EDNX_REQUIREMENTS %} +{%- if INSTALL_EXTRA_FILE_REQUIREMENTS is defined %} + +{%- for pkg in iter_values_named(suffix="_DPKG") %} RUN pip install -r ./requirements/edunext/base.txt +{% endfor %} + {%- endif %} {%- for pkg in iter_values_named(suffix="_DPKG") %} {%- if pkg != 'None' -%}