Merge "Don't ignore the remaining apt-get update errors"
This commit is contained in:
commit
2185f817ba
@ -358,7 +358,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
|
||||
{% endif -%}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
RUN apt-get update \
|
||||
RUN apt-get --error-on=any update \
|
||||
&& apt-get -y install locales \
|
||||
&& sed -e "s/# $LANG UTF-8/$LANG UTF-8/g" /etc/locale.gen -i \
|
||||
&& locale-gen "$LANG" \
|
||||
|
@ -36,7 +36,7 @@ ENV ANSIBLE_GATHER_TIMEOUT=30
|
||||
|
||||
{% block bifrost_ansible_install %}
|
||||
{%- if base_package_type == 'deb' %}
|
||||
RUN apt-get update && \
|
||||
RUN apt-get --error-on=any update && \
|
||||
{%- else %}
|
||||
RUN echo " " && \
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user