Minor fixes to image build

- Correct directory to match the relative path correctly
- Include additional requirements.txt for coreos image injector

Change-Id: Ie68f86220f2db786e3e97e72fed288b92704d028
This commit is contained in:
Jay Faulkner 2014-04-14 13:33:04 -07:00
parent e4f2a04660
commit 8edf98a199
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [[ -e "${OUTPUT_FILE}" ]]; then
fi
# Build the docker image
cd ../../ironic-python-agent
cd ../../
docker build -t oemdocker .
cd -

2
coreos/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests==2.0.0
plumbum==1.3.0