mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-05 03:40:45 +02:00
- Add example usage in such a way that `DIR=firefox make run` work - Use bullseye (stable) instead of sid (unstable) as base-image - Make it possible to change this at buildtime with the buildarg DEBVERSION - Take firefox from bionic (newest LTS) instead of xenial (older LTS) - Make it possible to change this at buildtime with the buildarg UBUVERSION - Use UTF-8 as default LANG - Run it as user "user" with homedir "/home/user" - Make it possible to change this at buildtime with the buildargs USER and HOME