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

Merge "Fixes kolla_toolbox failure due to missing pytz module"

parents cdcee4bd 9c8f3ffe
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ RUN apt-get -y --no-install-recommends install \
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& rm get-pip.py \
&& pip --no-cache-dir install pytz \
&& pip --no-cache-dir install \
MySQL-python \
os-client-config==1.16.0 \
......
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