Docker image to run Sencha Cmd with its dependencies satisfied.
Here's an example command for building the production version of your project.
docker run --rm \
-u $(id -u):$(id -g) \
-v $(pwd):/code \
--workdir /code \
codekoala/sencha:6 app build