Skip to content
Snippets Groups Projects
Commit 1cbfbcc4 authored by Sam Yaple's avatar Sam Yaple
Browse files

Reduce install size

This is a trade-off, it increases the base size some _but_ it
decreases the total size by a few hundred MB.

Partially-Implements: blueprint openstack-common-container

Change-Id: I1216deed122aa734e0c84325264a53711d94ea4c
parent 233864ff
No related branches found
No related tags found
No related merge requests found
...@@ -213,6 +213,21 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ ...@@ -213,6 +213,21 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \ && python get-pip.py \
&& rm get-pip.py \ && rm get-pip.py \
&& pip --no-cache-dir install \ && pip --no-cache-dir install \
python-barbicanclient \
python-ceilometerclient \
python-congressclient \
python-designateclient \
python-heatclient \
python-ironicclient \
python-magnumclient \
python-manilaclient \
python-mistralclient \
python-muranoclient \
python-saharaclient \
python-swiftclient \
python-troveclient \
python-tuskarclient \
python-zaqarclient \
python-openstackclient \ python-openstackclient \
MySQL-python \ MySQL-python \
numpy numpy
......
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