Docker for ubuntu

I am new to Docker and working on developing the Docker image for our application in Ubuntu environment.

However, the below command is not working when executed from within the Dockerfile/ from within the docker-entrypoint file.

command: “jar xf ./abc.ear”

_/docker-entrypoint.sh: 69: /docker-entrypoint.sh: jar: not found**

I verified and ear file is present in the directory.

Please help.