Skip to content

Commit

Permalink
RUN required pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomclark0 committed Jul 29, 2024
1 parent 77e5b0e commit a802e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ kolla_build_blocks:
{% raw %}
{% if base_package_type == 'rpm' %}
ADD plugins-archive /
python3 -m pip --no-cache-dir install /plugins/* \
RUN python3 -m pip --no-cache-dir install /plugins/* \
&& dnf install python3-libvirt python3-ethtool -y \
&& dnf clean all
{% endif %}
Expand All @@ -450,7 +450,7 @@ kolla_build_blocks:
{% raw %}
{% if base_package_type == 'rpm' %}
ADD plugins-archive /
python3 -m pip --no-cache-dir install /plugins/* \
RUN python3 -m pip --no-cache-dir install /plugins/* \
&& dnf install python3-libvirt python3-ethtool -y \
&& dnf clean all
{% endif %}
Expand Down

0 comments on commit a802e82

Please sign in to comment.