mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
* Fix user creation in default docker images The `adduser` command uses `-D` to mean "create with defaults". The `useradd` command uses `-D` to mean "show or edit the defaults". man pages: - [`useradd`](https://manpages.debian.org/jessie/passwd/useradd.8.en.html) - [`adduser](https://manpages.debian.org/jessie/adduser/adduser.8.en.html) (Those are for Debian, but they are very similar for every other distro that I checked) * Use a different username that doesn't already exist