Merge "Fix Mistral source images to respect upper-constraints"
This commit is contained in:
commit
849b31303f
@ -41,7 +41,7 @@ ADD plugins-archive /
|
||||
] %}
|
||||
|
||||
RUN ln -s mistral-base-source/* mistral \
|
||||
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages"), constraints = false) }} \
|
||||
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages")) }} \
|
||||
&& mkdir -p /etc/mistral \
|
||||
&& cp -r /mistral/etc/* /etc/mistral/ \
|
||||
&& chown -R mistral: /etc/mistral \
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes Mistral source images to respect upper-constraints.
|
Loading…
Reference in New Issue
Block a user