n3000-opae: debian docker build fails
The directory change will fix the error shown when building an image regarding n3000-opae. The build script needs a non-empty docker directory as well as a Dockerfile to run properly. Closes-Bug: 1988868 Signed-off-by: Mohammad Issa <mohammad.issa@windriver.com> Change-Id: I0cf57216d60a12728a13c1278b6ea4a5d2cd1e2f
This commit is contained in:
parent
2c71642e6e
commit
f3a6361ce3
@ -1,4 +1,4 @@
|
||||
BUILDER=docker
|
||||
LABEL=n3000-opae
|
||||
DOCKER_FILE=./Dockerfile
|
||||
DOCKER_CONTEXT=../docker
|
||||
DOCKER_FILE=docker/./Dockerfile
|
||||
DOCKER_CONTEXT=docker
|
||||
|
Loading…
Reference in New Issue
Block a user