7 Commits

Author SHA1 Message Date
4234965a94 Enabled proper second bootstrap stage autostart, fixed $TERM
modified:   Dockerfile
	modified:   entrypoint.sh
2025-08-21 19:31:18 +03:00
Leonid Pliushch
6c17e4e017 docker: reset environment after su
Fixes environment for login, SHLVL = 1 now, etc.
2023-02-23 19:32:39 +02:00
Leonid Pliushch
d1cfc5fe6f docker: fix entrypoint script
Don't run su in login mode.
2023-02-23 19:26:56 +02:00
Leonid Pliushch
66799e6bc0 docker: update argument handling in entrypoint script 2023-02-23 11:46:42 +02:00
Leonid Pliushch
988ecdaf07 docker: update entrypoint script
* Split conditional for non-root check.
* Force-drop privileges to user "system".
2023-02-23 10:23:35 +02:00
Leonid Pliushch
55bb986db4 bin: rename sh to mksh, add back busybox sh
mksh cause issues when building images for arm and aarch64.
2023-02-22 23:16:11 +02:00
Leonid Pliushch
f49601a89e docker: add entrypoint script
Entrypoint script starts dnsmasq before shell is launched.
2023-02-22 22:22:45 +02:00