Address follow-up comments
This commit addresses follow-up comments on I1ffb832ebab009b2d77a46e6c8fc758dd9632359. The change is to delete get-pip.py immediately after installing pip. Change-Id: I2768da2365b08304b8e7fcf55c91101b05ec33ea
This commit is contained in:
parent
80057470a6
commit
eeb979fa13
@ -12,11 +12,11 @@ install-packages python-dev qemu-utils parted hdparm util-linux genisoimage gcc
|
||||
# fixes for building behind proxy.
|
||||
curl -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||
python /tmp/get-pip.py
|
||||
rm -f /tmp/get-pip.py
|
||||
pip install -U setuptools
|
||||
|
||||
pip install -r /tmp/ironic-python-agent/requirements.txt
|
||||
pip install /tmp/ironic-python-agent
|
||||
rm -f /tmp/get-pip.py
|
||||
|
||||
sudo echo $'[Unit]
|
||||
Description=Ironic Python Agent\n
|
||||
|
Loading…
Reference in New Issue
Block a user