Merge "Add helm_repository_source_install_python_pip block to helm-repository Dockerfile"

This commit is contained in:
Jenkins 2017-02-18 12:56:45 +00:00 committed by Gerrit Code Review
commit b884e278ce

View File

@ -34,9 +34,11 @@ ENV helm_address 0.0.0.0
{% endif %}
{{ macros.install_packages(helm_repo_packages | customizable("packages")) }}
{% block helm_repository_source_install_python_pip %}
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& rm get-pip.py
{% endblock %}
RUN pip install pyyaml