verify fails due to missing tree command in docker container
Describe the bug When setting a path for a source code in the packaging step, the verify command always fails with "path not found". This seems to be happening because the tree command is missing in the docker container
To Reproduce Manually executing the verify command, gives an error: ./verify/verify: line 59: tree: command not found ./verify/verify: line 62: tree: command not found
Manually installing the tree command in the container fixed the issue
Expected behavior tree command must be installed in the container
Screenshots If applicable, add screenshots to help explain your problem.
System Environment (please complete the following information):
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Etc
Additional context Add any other context about the problem here.
Hello @JSurf , I'm so sorry for late answer. I also agree that unzip and tree commands should be included in docker image. We will add to the docker file but currently we are focusing on UI 2.0, so it will take some time to modify the image. So if it is possible, we are truly welcome that you are willing to create PR for this issue :)