I followed tools/setup-ubuntu/README.md.
on ./gradlew distDocker I got:
then I run:
docker build -f /home/billy/openwhisk/tools/ow-utils/Dockerfile -t ow-utils /home/billy/openwhisk/tools/ow-utils
And got:
Step 15/20 : COPY wskutil.py /bin
COPY failed: file not found in build context or excluded by .dockerignore: stat wskutil.py: file does not exist
Environment details:
Steps to reproduce the issue:
I followed tools/setup-ubuntu/README.md. on ./gradlew distDocker I got: then I run:
docker build -f /home/billy/openwhisk/tools/ow-utils/Dockerfile -t ow-utils /home/billy/openwhisk/tools/ow-utils
And got: