Skip to content
Snippets Groups Projects
Commit 33da123e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Make kolla-toolbox container build on CentOS bin"

parents 86c502b2 5dd79bbb
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ RUN yum -y install \ ...@@ -16,7 +16,8 @@ RUN yum -y install \
openssl-devel \ openssl-devel \
python-devel \ python-devel \
openssh-clients \ openssh-clients \
&& yum clean all && yum clean all \
&& yum -y remove pytz
{% elif base_distro in ['ubuntu', 'debian'] %} {% elif base_distro in ['ubuntu', 'debian'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment