I am running an ubuntu 14.04 inside a docker container. My image is build from the official ubuntu:14.04 image) The Docker file is almost identical with this https://github.com/pfy/erpnext/blob/master/Dockerfile (just changed FROM debian:wheezy >>> FROM ubuntu:14.04).
ERPNext is being installed using this script https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh).
The build and run instruction to be found here https://raw.githubusercontent.com/pfy/erpnext/master/README.md
Somehow it is working but the terminal/console seems not to be fully functional.
i.e. I get a "TERM environment variable not set" when I try to clearthe screen.
I found some other posts with the same or similar error message but the context is always different, so I can't get anything from the solutions offered.
I guess the docker ubuntu images might be used pretty frequent, so maybe someone has encountered and solved this issue.