Skip to content

Commit a802e82

Browse files
committed
RUN required pip installs
1 parent 77e5b0e commit a802e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ kolla_build_blocks:
428428
{% raw %}
429429
{% if base_package_type == 'rpm' %}
430430
ADD plugins-archive /
431-
python3 -m pip --no-cache-dir install /plugins/* \
431+
RUN python3 -m pip --no-cache-dir install /plugins/* \
432432
&& dnf install python3-libvirt python3-ethtool -y \
433433
&& dnf clean all
434434
{% endif %}
@@ -450,7 +450,7 @@ kolla_build_blocks:
450450
{% raw %}
451451
{% if base_package_type == 'rpm' %}
452452
ADD plugins-archive /
453-
python3 -m pip --no-cache-dir install /plugins/* \
453+
RUN python3 -m pip --no-cache-dir install /plugins/* \
454454
&& dnf install python3-libvirt python3-ethtool -y \
455455
&& dnf clean all
456456
{% endif %}

0 commit comments

Comments
 (0)