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:
Mohammad Issa 2022-09-07 22:28:14 +00:00
parent 2c71642e6e
commit f3a6361ce3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
BUILDER=docker
LABEL=n3000-opae
DOCKER_FILE=./Dockerfile
DOCKER_CONTEXT=../docker
DOCKER_FILE=docker/./Dockerfile
DOCKER_CONTEXT=docker