diff --git a/10.0.Dockerfile b/10.0.Dockerfile index ef13cda53a75e240c37f0e87bb4f54c591972d89..6b9b851e551e0f086888cc37b660e36b6afe68a9 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -56,7 +56,7 @@ COPY ./ssh_known_git_hosts ~root/.ssh/known_hosts # Install Odoo and remove not French translations and .git directory to limit amount of data used by container RUN set -x; \ - useradd --create-home --home-dir /opt/odoo --no-log-init odoo &&\ + useradd -l --create-home --home-dir /opt/odoo --no-log-init odoo &&\ /bin/bash -c "mkdir -p /opt/odoo/{etc,odoo,additional_addons,private_addons,data,private}" &&\ git clone -b 10.0 --depth 1 https://github.com/OCA/OCB.git /opt/odoo/odoo &&\ rm -rf /opt/odoo/odoo/.git &&\