We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07103ab commit becd608Copy full SHA for becd608
docker/horizon/Dockerfile.j2
@@ -50,6 +50,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
50
# because we are using different distros with different python version and we need to
51
# know to which path symlink should point to.
52
RUN ln -s horizon-source/* horizon \
53
+ && {{ macros.install_pip(['pip==25.2.*']) }} \
54
&& {{ macros.upper_constraints_remove("horizon") }} \
55
&& {{ macros.install_pip(horizon_pip_packages | customizable("pip_packages")) }} \
56
&& mkdir -p /etc/openstack-dashboard \
0 commit comments