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:
parent
304be37239
commit
2960f71c64
@ -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
imagebuild/coreos/requirements.txt
Normal file
2
imagebuild/coreos/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
requests==2.0.0
|
||||
plumbum==1.3.0
|
Loading…
Reference in New Issue
Block a user