Docker image for building UXBOX frontend and backend.
The Open-Source prototyping tool
https://hub.docker.com/r/monogramm/docker-uxbox-builder/
latest
If the image does not include the packages you need, you can easily build your own image on top of it.
Start your derived image with the FROM
statement and add whatever you like.
FROM monogramm/docker-uxbox-builder:latest
RUN ...
If you got any questions or problems using the image, please visit our Github Repository and write an issue.