Dockerfile: fix user creation command
For my point of view, it's better to use useradd
instead of interactive wrapper adduser
. useradd
does not require pressing ENTER and allows to implement fully automatic deployment
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
For my point of view, it's better to use useradd
instead of interactive wrapper adduser
. useradd
does not require pressing ENTER and allows to implement fully automatic deployment