Skip to content

Commit

Permalink
sqs
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed Jun 14, 2023
1 parent 2c3cb49 commit 21a2654
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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' -%}
Expand Down

0 comments on commit 21a2654

Please sign in to comment.